Socket
Socket
Sign inDemoInstall

cross-fetch

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-fetch - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

1

dist/browser-polyfill.js
(function(self) {
var irrelevant = (function (exports) {
var support = {

@@ -5,0 +6,0 @@ searchParams: 'URLSearchParams' in self,

@@ -12,2 +12,3 @@ var __self__ = (function (root) {

var irrelevant = (function (exports) {
var support = {

@@ -14,0 +15,0 @@ searchParams: 'URLSearchParams' in self,

24

package.json
{
"name": "cross-fetch",
"version": "3.0.5",
"version": "3.0.6",
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",

@@ -57,22 +57,22 @@ "homepage": "https://github.com/lquixada/cross-fetch",

"dependencies": {
"node-fetch": "2.6.0"
"node-fetch": "2.6.1"
},
"devDependencies": {
"chai": "4.2.0",
"codecov": "3.7.0",
"husky": "4.2.5",
"lint-staged": "10.2.10",
"mocha": "8.0.1",
"codecov": "3.7.2",
"husky": "4.3.0",
"lint-staged": "10.3.0",
"mocha": "8.1.3",
"mocha-headless-chrome": "2.0.1",
"nock": "12.0.3",
"nock": "13.0.4",
"nyc": "15.1.0",
"ora": "4.0.4",
"rollup": "2.16.1",
"ora": "5.1.0",
"rollup": "2.26.11",
"rollup-plugin-copy": "3.3.0",
"rollup-plugin-uglify": "6.0.4",
"semver": "7.3.2",
"sinon": "9.0.2",
"sinon": "9.0.3",
"standard": "14.3.4",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"whatwg-fetch": "3.0.0"

@@ -79,0 +79,0 @@ },

@@ -140,3 +140,3 @@ cross-fetch<br>

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 committing for more than a year. That means dependencies are outdated as well.
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 unlikely to be fixed since there haven't been any new commits to it since 2016. That means dependencies are outdated as well.

@@ -143,0 +143,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc