cross-fetch
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "cross-fetch", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native", | ||
@@ -44,2 +44,9 @@ "homepage": "https://github.com/lquixada/cross-fetch", | ||
}, | ||
"files": [ | ||
"dist", | ||
"polyfill", | ||
"fetch-node.js", | ||
"fetch-node-polyfill.js", | ||
"fetch-browser-polyfill.js" | ||
], | ||
"keywords": [ | ||
@@ -46,0 +53,0 @@ "fetch", |
@@ -93,3 +93,3 @@ cross-fetch | ||
There's a plethora of libs out there but none could match those. | ||
There's a plethora of libs out there but none could match those requirements. | ||
@@ -99,3 +99,3 @@ | ||
My preferred library used to be [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) but it has this [bug](https://github.com/matthew-andrews/isomorphic-fetch/issues/125) that prevents it from running in a react native environment. Also, polyfilling is mandatory. | ||
My preferred library used to be [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) but it has this [bug](https://github.com/matthew-andrews/isomorphic-fetch/issues/125) that prevents it from running in a react native environment. It seems it will never be fixed since the author hasn't been commiting for a year. Also, polyfilling is mandatory. | ||
@@ -108,3 +108,3 @@ | ||
## Suported environments | ||
## Supported environments | ||
@@ -111,0 +111,0 @@ * Node 4+ |
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
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
0
5
21807
9
88