node-fetch-native
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "node-fetch-native", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "better fetch for Node.js. Works on any JavaScript runtime!", | ||
@@ -114,3 +114,4 @@ "repository": "unjs/node-fetch-native", | ||
"node.d.ts", | ||
"polyfill.d.ts" | ||
"polyfill.d.ts", | ||
"proxy.d.ts" | ||
], | ||
@@ -117,0 +118,0 @@ "scripts": { |
@@ -132,3 +132,3 @@ # node-fetch-native | ||
If no `url` option is provided, `HTTPS_PROXY` or `HTTP_PROXY` values will be used, and if they also are not set, both `agent` and `dispatcher` values will be undefined. | ||
If no `url` option is provided, `HTTPS_PROXY` or `HTTP_PROXY` (or lowercase) environment variables will be used, and if they also are not set, both `agent` and `dispatcher` values will be undefined. | ||
@@ -135,0 +135,0 @@ > [!NOTE] |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
715707
34
2769
15
23