Comparing version 1.4.0 to 1.4.1
@@ -7,2 +7,8 @@ # Changelog | ||
## v1.4.1 (2017-08-02) | ||
* #21 Update verror dep | ||
* #22 Update extsprintf dependency | ||
* #23 update contribution guidelines | ||
## v1.4.0 (2017-03-13) | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "jsprim", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "utilities for primitive JavaScript types", | ||
@@ -12,5 +12,5 @@ "main": "./lib/jsprim.js", | ||
"assert-plus": "1.0.0", | ||
"extsprintf": "1.0.2", | ||
"extsprintf": "1.3.0", | ||
"json-schema": "0.2.3", | ||
"verror": "1.3.6" | ||
"verror": "1.10.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "engines": [ |
@@ -287,7 +287,2 @@ # jsprim: utilities for primitive JavaScript types | ||
Code should be "make check" clean. This target assumes that | ||
[jsl](http://github.com/davepacheco/javascriptlint) and | ||
[jsstyle](http://github.com/davepacheco/jsstyle) are on your path. | ||
New tests should generally accompany new functions and bug fixes. The tests | ||
should pass cleanly (run tests/basic.js). | ||
See separate [contribution guidelines](CONTRIBUTING.md). |
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
31105
6
288
+ Addedcore-util-is@1.0.2(transitive)
+ Addedextsprintf@1.3.0(transitive)
+ Addedverror@1.10.0(transitive)
- Removedextsprintf@1.0.2(transitive)
- Removedverror@1.3.6(transitive)
Updatedextsprintf@1.3.0
Updatedverror@1.10.0