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
509
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.5.21-alpha-20240805043120-7ef960cdca7935f0a669dc88232f807e1a418c9c to 0.5.21-alpha-20240805153300-5dc4480ce57c825a7d63bb9bbee0856fcc1fcbcb

2

cjs/Response.js

@@ -40,3 +40,3 @@ "use strict";

}
static redirect(url, status = 301) {
static redirect(url, status = 302) {
if (status < 300 || status > 399) {

@@ -43,0 +43,0 @@ throw new RangeError('Invalid status code');

@@ -37,3 +37,3 @@ import { STATUS_CODES } from 'http';

}
static redirect(url, status = 301) {
static redirect(url, status = 302) {
if (status < 300 || status > 399) {

@@ -40,0 +40,0 @@ throw new RangeError('Invalid status code');

{
"name": "@whatwg-node/node-fetch",
"version": "0.5.21-alpha-20240805043120-7ef960cdca7935f0a669dc88232f807e1a418c9c",
"version": "0.5.21-alpha-20240805153300-5dc4480ce57c825a7d63bb9bbee0856fcc1fcbcb",
"description": "Fetch API implementation for Node",

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

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