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.1.1 to 1.2.0

25

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

@@ -10,2 +10,13 @@ "repository": "unjs/node-fetch-native",

".": {
"browser": "./dist/native.mjs",
"bun": "./dist/native.mjs",
"deno": "./dist/native.mjs",
"edge-light": "./dist/native.mjs",
"edge-routine": "./dist/native.mjs",
"lagon": "./dist/native.mjs",
"netlify": "./dist/native.mjs",
"react-native": "./dist/native.mjs",
"wintercg": "./dist/native.mjs",
"worker": "./dist/native.mjs",
"workerd": "./dist/native.mjs",
"node": {

@@ -51,14 +62,14 @@ "require": "./lib/index.cjs",

"devDependencies": {
"@vitest/coverage-c8": "^0.31.0",
"@vitest/coverage-v8": "^0.32.0",
"abort-controller": "^3.0.0",
"changelogen": "^0.5.3",
"eslint": "^8.40.0",
"eslint-config-unjs": "^0.1.0",
"eslint": "^8.42.0",
"eslint-config-unjs": "^0.2.1",
"node-fetch": "^3.3.1",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vitest": "^0.31.0"
"vitest": "^0.32.0"
},
"packageManager": "pnpm@8.4.0"
"packageManager": "pnpm@8.5.1"
}
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