Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.0 to 4.0.1

src/package.cjs

2

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

@@ -5,0 +5,0 @@ "main": "./src/index.js",

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

import { types } from 'util';
import { readFileSync } from 'fs';
import { Readable } from 'stream';

@@ -28,5 +27,4 @@ import tls from 'tls';

import { isPlainObject } from '../common/utils.js';
// as of node v16 support for importing JSON modules is still experimental
// import pkg from '../../package.json';
const pkg = JSON.parse(readFileSync(new URL('../../package.json', import.meta.url)));
import pkg from '../package.cjs';
const { version } = pkg;

@@ -33,0 +31,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