@web-std/fetch
Advanced tools
@@ -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); |
+1
-1
| { | ||
| "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", |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
195758
0