Socket
Socket
Sign inDemoInstall

node-fetch-native

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.4.0

lib/native.cjs

12

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

@@ -62,2 +62,12 @@ "repository": "unjs/node-fetch-native",

},
"./native": {
"import": {
"types": "./lib/index.d.mts",
"default": "./dist/native.mjs"
},
"require": {
"types": "./lib/index.d.cts",
"default": "./lib/native.cjs"
}
},
"./src/index.js": {

@@ -64,0 +74,0 @@ "import": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc