Comparing version 0.4.2 to 0.4.3
@@ -64,3 +64,2 @@ #! /usr/bin/env node | ||
}) | ||
return | ||
} | ||
@@ -67,0 +66,0 @@ } |
{ | ||
"name": "csvnorm", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Command line tool to normalize CSV and *SV files.", | ||
@@ -10,3 +10,3 @@ "main": "source/index.js", | ||
"scripts": { | ||
"test": "node tests/require.js && node tests/main.js && node tests/input-stream.js" | ||
"test": "for file in tests/{require,main,input-stream,in-place}.js; do node $file; done" | ||
}, | ||
@@ -16,2 +16,4 @@ "dependencies": { | ||
"csv-stringify": "^1.0.4", | ||
"execa": "^0.8.0", | ||
"fs-extra": "^4.0.2", | ||
"iconv-lite": "^0.4.15", | ||
@@ -18,0 +20,0 @@ "jschardet": "^1.4.2", |
@@ -115,2 +115,3 @@ const fs = require('fs') | ||
inputFilePath: filePath, | ||
writableStream, | ||
}) | ||
@@ -117,0 +118,0 @@ }) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29933
16
355
8
5
2
+ Addedexeca@^0.8.0
+ Addedfs-extra@^4.0.2
+ Addedexeca@0.8.0(transitive)
+ Addedfs-extra@4.0.3(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addeduniversalify@0.1.2(transitive)