Socket
Socket
Sign inDemoInstall

jsprim

Package Overview
Dependencies
5
Maintainers
14
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

4

CHANGES.md

@@ -7,2 +7,6 @@ # Changelog

## v1.4.2 (2021-11-29)
* #35 Backport json-schema 0.4.0 to version 1.4.x
## v1.4.1 (2017-08-02)

@@ -9,0 +13,0 @@

10

package.json
{
"name": "jsprim",
"version": "1.4.1",
"version": "1.4.2",
"description": "utilities for primitive JavaScript types",

@@ -13,9 +13,9 @@ "main": "./lib/jsprim.js",

"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"json-schema": "0.4.0",
"verror": "1.10.0"
},
"engines": [
"node >=0.6.0"
],
"engines": {
"node": ">=0.6.0"
},
"license": "MIT"
}
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