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
548
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.0.1-alpha-20221230075257-cc3a93b to 0.0.1-alpha-20221230080146-72104f6

4

index.js

@@ -36,3 +36,5 @@ 'use strict';

throwIfAborted() {
throw new PonyfillAbortError();
if (this.aborted) {
throw new PonyfillAbortError();
}
}

@@ -39,0 +41,0 @@ get onabort() {

{
"name": "@whatwg-node/node-fetch",
"version": "0.0.1-alpha-20221230075257-cc3a93b",
"version": "0.0.1-alpha-20221230080146-72104f6",
"description": "Fetch API implementation for Node",

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

@@ -1,2 +0,1 @@

export declare function headersToJSON(headers: Headers): Record<string, string>;
export declare function getHeadersObj(headers: Headers): Record<string, string>;

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