Comparing version 0.1.1 to 1.0.0
@@ -21,2 +21,3 @@ const hyperquest = require('hyperquest') | ||
err.data = data | ||
err.response = request.response | ||
return callback(err) | ||
@@ -23,0 +24,0 @@ } |
{ | ||
"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" | ||
} | ||
} |
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
12536
158
0
+ Addedbl@0.9.5(transitive)
+ Addedduplexer2@0.0.2(transitive)
+ Addedhyperquest@1.0.1(transitive)
+ Addedreadable-stream@1.1.14(transitive)
+ Addedthrough2@0.6.5(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedbl@0.7.0(transitive)
- Removedduplexer@0.1.2(transitive)
- Removedhyperquest@0.3.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstream-browserify@3.0.0(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedthrough@2.2.7(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedbl@~0.9.4
Updatedhyperquest@~1.0.1