Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsonist

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonist - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

1

jsonist.js

@@ -21,2 +21,3 @@ const hyperquest = require('hyperquest')

err.data = data
err.response = request.response
return callback(err)

@@ -23,0 +24,0 @@ }

12

package.json
{
"name": "jsonist",
"version": "0.1.1",
"version": "1.0.0",
"description": "A simple wrapper around for dealing with JSON web APIs",

@@ -25,11 +25,11 @@ "main": "jsonist.js",

"dependencies": {
"bl": "^0.7.0",
"json-stringify-safe": "~5.0.0",
"hyperquest": "~0.3.0"
"bl": "~0.9.4",
"hyperquest": "~1.0.1",
"json-stringify-safe": "~5.0.0"
},
"homepage": "https://github.com/rvagg/jsonist",
"devDependencies": {
"tape": "~2.4.2",
"xtend": "~2.1.2"
"tape": "~3.5.0",
"xtend": "~4.0.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc