node-fetch-native
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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" | ||
} |
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
629206
10