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.3.0 to 3.3.1

21

package.json
{
"name": "@adobe/fetch",
"version": "3.3.0",
"version": "3.3.1",
"description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2",

@@ -13,3 +13,3 @@ "main": "src/index.js",

"mocha": {
"timeout": "5000",
"timeout": "10000",
"recursive": "true",

@@ -56,12 +56,12 @@ "reporter": "mocha-multi-reporters",

"http-cache-semantics": "4.1.0",
"lru-cache": "7.14.0"
"lru-cache": "7.14.1"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/git": "10.0.1",
"chai": "4.3.6",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"chai-bytes": "0.1.2",
"chai-iterator": "3.0.2",
"eslint": "8.26.0",
"eslint": "8.30.0",
"eslint-config-airbnb-base": "15.0.0",

@@ -71,5 +71,5 @@ "eslint-plugin-header": "3.1.1",

"formdata-node": "4.4.1",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"mocha": "10.1.0",
"husky": "8.0.2",
"lint-staged": "13.1.0",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",

@@ -79,5 +79,4 @@ "nock": "13.2.9",

"parse-cache-control": "1.0.1",
"pem": "1.14.6",
"semantic-release": "19.0.5",
"sinon": "14.0.1",
"sinon": "15.0.1",
"stream-buffers": "3.0.2"

@@ -84,0 +83,0 @@ },

@@ -13,3 +13,3 @@ /*

export enum ALPNProtocol {
export const enum ALPNProtocol {
ALPN_HTTP2 = 'h2',

@@ -16,0 +16,0 @@ ALPN_HTTP2C = 'h2c',

@@ -276,3 +276,3 @@ /*

session.off('error', onSessionError);
/* istanbul ignore else */
/* istanbul ignore next */
if (signal) {

@@ -279,0 +279,0 @@ signal.removeEventListener('abort', onAbortSignal);

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