Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-fetch-native

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-fetch-native - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

proxy.d.ts

5

package.json
{
"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": {

2

README.md

@@ -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

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