File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.4.2 " ,
2
+ "version" : " 3.4.3 " ,
3
3
"name" : " csv-generate" ,
4
4
"description" : " CSV and object generation implementing the Node.js `stream.Readable` API" ,
5
5
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.16.2 " ,
2
+ "version" : " 4.16.3 " ,
3
3
"name" : " csv-parse" ,
4
4
"description" : " CSV parsing implementing the Node.js `stream.Transform` API" ,
5
5
"keywords" : [
57
57
"babelify" : " ^10.0.0" ,
58
58
"browserify" : " ^17.0.0" ,
59
59
"coffeescript" : " ^2.5.1" ,
60
- "csv-generate" : " ^3.4.2 " ,
60
+ "csv-generate" : " ^3.4.3 " ,
61
61
"csv-spectrum" : " ^1.0.0" ,
62
62
"each" : " ^1.2.2" ,
63
63
"eslint" : " ^7.32.0" ,
64
64
"express" : " ^4.17.1" ,
65
65
"mocha" : " ^9.1.1" ,
66
66
"pad" : " ^3.2.0" ,
67
67
"should" : " ^13.2.3" ,
68
- "stream-transform" : " ^2.1.2 " ,
68
+ "stream-transform" : " ^2.1.3 " ,
69
69
"ts-node" : " ^10.2.1" ,
70
70
"typescript" : " ^4.4.2"
71
71
},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.6.4 " ,
2
+ "version" : " 5.6.5 " ,
3
3
"name" : " csv-stringify" ,
4
4
"description" : " CSV stringifier implementing the Node.js `stream.Transform` API" ,
5
5
"keywords" : [
37
37
"babelify" : " ^10.0.0" ,
38
38
"browserify" : " ^17.0.0" ,
39
39
"coffeescript" : " ~2.5.1" ,
40
- "csv-generate" : " ~ 3.4.2 " ,
40
+ "csv-generate" : " ^ 3.4.3 " ,
41
41
"each" : " ^1.2.2" ,
42
42
"express" : " ^4.17.1" ,
43
43
"mocha" : " ~9.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " csv" ,
3
- "version" : " 5.5.2 " ,
3
+ "version" : " 5.5.3 " ,
4
4
"description" : " A mature CSV toolset with simple api, full of options and tested against large datasets." ,
5
5
"keywords" : [
6
6
" node" ,
44
44
}
45
45
},
46
46
"dependencies" : {
47
- "csv-generate" : " ^3.4.2 " ,
48
- "csv-parse" : " ^4.16.2 " ,
49
- "csv-stringify" : " ^5.6.4 " ,
50
- "stream-transform" : " ^2.1.2 "
47
+ "csv-generate" : " ^3.4.3 " ,
48
+ "csv-parse" : " ^4.16.3 " ,
49
+ "csv-stringify" : " ^5.6.5 " ,
50
+ "stream-transform" : " ^2.1.3 "
51
51
},
52
52
"devDependencies" : {
53
53
"@babel/core" : " ^7.15.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.1.2 " ,
2
+ "version" : " 2.1.3 " ,
3
3
"name" : " stream-transform" ,
4
4
"description" : " Object transformations implementing the Node.js `stream.Transform` API" ,
5
5
"keywords" : [
37
37
"babelify" : " ^10.0.0" ,
38
38
"browserify" : " ^17.0.0" ,
39
39
"coffeescript" : " ~2.5.1" ,
40
- "csv-generate" : " ~ 3.4.2 " ,
40
+ "csv-generate" : " ^ 3.4.3 " ,
41
41
"each" : " ^1.2.2" ,
42
42
"mocha" : " ~9.1.1" ,
43
43
"pad" : " ~3.2.0" ,
You can’t perform that action at this time.
0 commit comments