Comparing version 0.1.2 to 1.0.0
/*! | ||
* nvp-json | ||
* Copyright(c) 20018 Carrie Vrtis | ||
* Copyright(c) 2018 Carrie Vrtis | ||
* MIT Licensed | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "nvp-json", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"description": "A simple bidirectional NVP/JSON parser for use with PayPal NVP APIs.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"start": "node index.js", | ||
"test": "mocha --exit" | ||
"test": "nyc mocha --exit" | ||
}, | ||
@@ -40,4 +40,6 @@ "repository": { | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0" | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6130
0
4