Socket
Socket
Sign inDemoInstall

jsprim

Package Overview
Dependencies
5
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

CONTRIBUTING.md

6

CHANGES.md

@@ -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 @@

6

package.json
{
"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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc