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

@whatwg-node/node-fetch

Package Overview
Dependencies
Maintainers
1
Versions
580
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whatwg-node/node-fetch - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054

2

esm/index.js

@@ -5,3 +5,3 @@ export { fetchPonyfill as fetch } from './fetch.js';

export { PonyfillRequest as Request } from './Request.js';
export { PonyfillResponse as Response } from './Response.js';
export { PonyfillResponse as Response, } from './Response.js';
export { PonyfillReadableStream as ReadableStream } from './ReadableStream.js';

@@ -8,0 +8,0 @@ export { PonyfillFile as File } from './File.js';

{
"name": "@whatwg-node/node-fetch",
"version": "0.7.2",
"version": "0.7.3-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054",
"description": "Fetch API implementation for Node",

@@ -5,0 +5,0 @@ "sideEffects": false,

export { fetchPonyfill as fetch } from './fetch.js';
export { PonyfillHeaders as Headers } from './Headers.js';
export { PonyfillBody as Body } from './Body.js';
export { PonyfillRequest as Request, RequestPonyfillInit as RequestInit } from './Request.js';
export { PonyfillResponse as Response, ResponsePonyfilInit as ResponseInit } from './Response.js';
export { PonyfillRequest as Request, type RequestPonyfillInit as RequestInit } from './Request.js';
export { PonyfillResponse as Response, type ResponsePonyfilInit as ResponseInit, } from './Response.js';
export { PonyfillReadableStream as ReadableStream } from './ReadableStream.js';

@@ -7,0 +7,0 @@ export { PonyfillFile as File } from './File.js';

Sorry, the diff of this file is not supported yet

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