Comparing version 1.0.1 to 1.0.2
@@ -15,3 +15,3 @@ 'use strict'; | ||
/* | ||
* Returns got (wrapped with cache) to be used as normal got (for http requests) | ||
* Returns `got` wrapped with cache to be used as normal got | ||
*/ | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "got-cached", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Got response cache for get requests", | ||
@@ -17,3 +17,4 @@ "author": "janneh", | ||
"lint": "eslint index.js", | ||
"build": "babel -d ./build index.js" | ||
"build": "babel -d ./build index.js", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -20,0 +21,0 @@ "dependencies": { |
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
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
3530
3
49