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 4.0.1 to 4.0.2

6

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

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

"chai-iterator": "3.0.2",
"eslint": "8.32.0",
"eslint": "8.34.0",
"eslint-config-airbnb-base": "15.0.0",

@@ -72,3 +72,3 @@ "eslint-plugin-header": "3.1.1",

"husky": "8.0.3",
"lint-staged": "13.1.0",
"lint-staged": "13.1.1",
"mocha": "10.2.0",

@@ -75,0 +75,0 @@ "mocha-multi-reporters": "1.5.1",

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

import { createRequire } from 'node:module';
import { types } from 'util';

@@ -27,4 +28,6 @@ import { Readable } from 'stream';

import { isPlainObject } from '../common/utils.js';
import pkg from '../package.cjs';
const require = createRequire(import.meta.url);
const pkg = require('../../package.json');
const { version } = pkg;

@@ -31,0 +34,0 @@

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