Socket
Socket
Sign inDemoInstall

@adobe/fetch

Package Overview
Dependencies
Maintainers
21
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/fetch - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

8

package.json
{
"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

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