response-objects
Advanced tools
Comparing version 0.10.2 to 1.0.0
{ | ||
"name": "response-objects", | ||
"version": "0.10.2", | ||
"version": "1.0.0", | ||
"description": "simple value objects representing HTTP responses", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": { | ||
@@ -12,3 +13,3 @@ "type": "git", | ||
"test": "mocha --timeout 3000", | ||
"build": "node ./createTypeDefs" | ||
"build": "tsc" | ||
}, | ||
@@ -18,2 +19,4 @@ "author": "Nick Bottomley (github.com/bttmly)", | ||
"dependencies": { | ||
"@types/node": "^9.4.6", | ||
"@types/statuses": "^1.3.0", | ||
"statuses": "1.3.0" | ||
@@ -20,0 +23,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
65980
9
486
1
0
3
1
+ Added@types/node@^9.4.6
+ Added@types/statuses@^1.3.0
+ Added@types/node@9.6.61(transitive)
+ Added@types/statuses@1.5.3(transitive)