Comparing version 0.0.2 to 0.0.4
@@ -33,6 +33,6 @@ // Generated by CoffeeScript 1.3.3 | ||
if (row == null) { | ||
row = ','; | ||
row = '\n'; | ||
} | ||
if (col == null) { | ||
col = '\n'; | ||
col = ','; | ||
} | ||
@@ -42,3 +42,3 @@ if (columns == null) { | ||
} | ||
return es.pipe(es.split(col), parseRow(columns, row), es.join(',')); | ||
return es.pipe(es.split(row), parseRow(columns, col), es.join(',')); | ||
}; |
@@ -5,5 +5,5 @@ { | ||
"description": "Stream CSV to JSON", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"dependencies": { | ||
"event-stream": "~1.3.0" | ||
"event-stream": "*" | ||
}, | ||
@@ -10,0 +10,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
8356
11
1
1
+ Addedduplexer@0.1.2(transitive)
+ Addedevent-stream@4.0.1(transitive)
+ Addedfrom@0.1.7(transitive)
+ Addedmap-stream@0.0.7(transitive)
+ Addedpause-stream@0.0.11(transitive)
+ Addedsplit@1.0.1(transitive)
+ Addedstream-combiner@0.2.2(transitive)
+ Addedthrough@2.3.8(transitive)
- Removedevent-stream@1.3.1(transitive)
- Removedoptimist@0.2.8(transitive)
- Removedwordwrap@0.0.3(transitive)
Updatedevent-stream@*