New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@web-std/fetch

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web-std/fetch - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+1
-1
./@types/index.d.ts

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

type RequestRedirect = 'error' | 'follow' | 'manual';
type RequestInfo = string | Body;
type RequestInfo = string | Body | URL;
declare class Request extends Body {

@@ -122,0 +122,0 @@ constructor(input: RequestInfo, init?: RequestInit);

{
"name": "@web-std/fetch",
"version": "2.0.1",
"version": "2.0.2",
"description": "Web compatible Fetch API implementation for node.js",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs",