New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-fetch-cjs

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-fetch-cjs - npm Package Compare versions

Comparing version 3.2.10 to 3.3.2

5

dist/index.d.ts

@@ -150,3 +150,3 @@ /// <reference types="node" />

export class Request extends BodyMixin {
constructor(input: RequestInfo, init?: RequestInit);
constructor(input: URL | RequestInfo, init?: RequestInit);

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

static redirect(url: string, status?: number): Response;
static json(data: any, init?: ResponseInit): Response;
}

@@ -220,3 +221,3 @@

export function isRedirect(code: number): boolean;
export default function fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
export default function fetch(url: URL | RequestInfo, init?: RequestInit): Promise<Response>;

@@ -223,0 +224,0 @@

4

package.json
{
"name": "node-fetch-cjs",
"version": "3.2.10",
"version": "3.3.2",
"description": "A wrapper for node-fetch (a light-weight module that brings Fetch API to node.js) to be used in commonjs environment.",

@@ -51,4 +51,4 @@ "main": "./dist/index.js",

"jest": "^27.3.1",
"node-fetch": "3.2.10"
"node-fetch": "3.3.2"
}
}

Sorry, the diff of this file is too big to display

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