node-fetch-native
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"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" | ||
} |
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
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
633744
12