csv-generate
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -11,2 +11,6 @@ | ||
## Version 3.2.3 | ||
* package: remove dot slash from files | ||
## Version 3.2.2 | ||
@@ -13,0 +17,0 @@ |
{ | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"name": "csv-generate", | ||
@@ -46,3 +46,3 @@ "description": "CSV and object generation implementing the Node.js `stream.Readable` API", | ||
"files": [ | ||
"./lib" | ||
"lib" | ||
], | ||
@@ -57,4 +57,4 @@ "main": "./lib", | ||
"major": "npm version major -m 'Bump to version %s'", | ||
"coffee": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..", | ||
"pretest": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..", | ||
"build": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..", | ||
"pretest": "npm run build", | ||
"test": "mocha test/**/*.{coffee,ts}" | ||
@@ -61,0 +61,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
30861
10
765