@adobe/fetch
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "@adobe/fetch", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2", | ||
@@ -8,4 +8,5 @@ "main": "src/index.js", | ||
"test": "nyc mocha", | ||
"lint": "./node_modules/.bin/eslint .", | ||
"semantic-release": "semantic-release" | ||
"lint": "eslint .", | ||
"semantic-release": "semantic-release", | ||
"prepare": "husky install" | ||
}, | ||
@@ -69,2 +70,3 @@ "mocha": { | ||
"formdata-node": "4.4.1", | ||
"husky": "8.0.1", | ||
"lint-staged": "13.0.3", | ||
@@ -71,0 +73,0 @@ "mocha": "10.0.0", |
@@ -41,3 +41,3 @@ /* | ||
const DEFAULT_USER_AGENT = `helix-fetch/${version}`; | ||
const DEFAULT_USER_AGENT = `adobe-fetch/${version}`; | ||
@@ -44,0 +44,0 @@ // request option defaults |
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
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
141681
8
22