@whatwg-node/node-fetch
Advanced tools
Comparing version 0.3.3-rc-20230320123406-da3a60b to 0.3.3-rc-20230320124940-870b034
{ | ||
"name": "@whatwg-node/node-fetch", | ||
"version": "0.3.3-rc-20230320123406-da3a60b", | ||
"version": "0.3.3-rc-20230320124940-870b034", | ||
"description": "Fetch API implementation for Node", | ||
@@ -23,19 +23,26 @@ "sideEffects": false, | ||
"license": "MIT", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"typings": "typings/index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
"definition": "typings/index.d.ts" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
"require": { | ||
"types": "./typings/index.d.cts", | ||
"default": "./cjs/index.js" | ||
}, | ||
"import": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
}, | ||
"default": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
} | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
} | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
133687
70
3258
Yes
7