Socket
Socket
Sign inDemoInstall

cross-fetch

Package Overview
Dependencies
6
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

dist/fetch-browser-polyfill.js

9

package.json
{
"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",

6

README.md

@@ -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+

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc