Comparing version 2.2.1 to 2.2.2
@@ -0,1 +1,6 @@ | ||
2.2.2 / 2015-09-16 | ||
------------------ | ||
- split out tests into separate files | ||
- fixed `throws` when set to `true` in `readFileSync()`. See: https://github.com/jprichardson/node-jsonfile/pull/33 | ||
2.2.1 / 2015-06-25 | ||
@@ -2,0 +7,0 @@ ------------------ |
@@ -29,3 +29,3 @@ var fs = require('fs') | ||
var shouldThrow = 'throws' in options ? options.throw : true | ||
var shouldThrow = 'throws' in options ? options.throws : true | ||
@@ -32,0 +32,0 @@ if (shouldThrow) { // i.e. throw on invalid JSON |
{ | ||
"name": "jsonfile", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Easily read/write JSON files.", | ||
@@ -27,4 +27,4 @@ "repository": { | ||
"scripts": { | ||
"test": "standard && mocha test" | ||
"test": "standard && mocha" | ||
} | ||
} |
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
1
9072
6
68
1