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.0.0 to 1.0.1

13

package.json
{
"name": "node-fetch-native",
"version": "1.0.0",
"version": "1.0.1",
"description": "A better redistribution of `node-fetch`",

@@ -12,5 +12,7 @@ "repository": "unjs/node-fetch-native",

"require": "./lib/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./lib/index.d.ts"
},
"import": "./dist/native.mjs"
"import": "./dist/native.mjs",
"types": "./lib/index.d.ts"
},

@@ -25,3 +27,4 @@ "./polyfill": {

"./src/index.js": {
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./lib/index.d.ts"
}

@@ -54,3 +57,3 @@ },

},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.16.0"
}
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