Socket
Socket
Sign inDemoInstall

cross-fetch

Package Overview
Dependencies
2
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

29

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

@@ -18,3 +18,3 @@ "homepage": "https://github.com/lquixada/cross-fetch",

"hooks": {
"pre-commit": "make build && lint-staged"
"pre-commit": "make build && make check-dependencies && lint-staged"
}

@@ -51,3 +51,3 @@ },

"dependencies": {
"node-fetch": "2.3.0",
"node-fetch": "2.6.0",
"whatwg-fetch": "3.0.0"

@@ -57,17 +57,18 @@ },

"chai": "4.2.0",
"codecov": "3.2.0",
"husky": "1.3.1",
"lint-staged": "8.1.5",
"mocha": "6.0.2",
"codecov": "3.5.0",
"husky": "2.3.0",
"lint-staged": "8.1.7",
"mocha": "6.1.4",
"mocha-headless-chrome": "2.0.1",
"nock": "10.0.6",
"nyc": "13.3.0",
"ora": "3.2.0",
"rollup": "1.7.3",
"rollup-plugin-copy": "0.2.3",
"nyc": "14.1.1",
"ora": "3.4.0",
"rollup": "1.12.3",
"rollup-plugin-copy": "2.0.1",
"rollup-plugin-uglify": "6.0.2",
"sinon": "7.3.0",
"semver": "6.1.0",
"sinon": "7.3.2",
"standard": "12.0.1",
"webpack": "4.29.6",
"webpack-cli": "3.3.0"
"webpack": "4.32.2",
"webpack-cli": "3.3.2"
},

@@ -74,0 +75,0 @@ "files": [

cross-fetch<br>
[![NPM Version](https://img.shields.io/npm/v/cross-fetch.svg?branch=master)](https://www.npmjs.com/package/cross-fetch)
[![Downloads Per Week](https://img.shields.io/npm/dw/cross-fetch.svg?color=blue)](https://www.npmjs.com/package/cross-fetch)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![dependencies Status](https://david-dm.org/lquixada/cross-fetch/status.svg)](https://david-dm.org/lquixada/cross-fetch)
[![Build Status](https://circleci.com/gh/lquixada/cross-fetch.svg?style=shield)](https://circleci.com/gh/lquixada/cross-fetch)
[![Build Status](https://saucelabs.com/buildstatus/cross-fetch)](https://saucelabs.com/u/cross-fetch)
[![codecov](https://codecov.io/gh/lquixada/cross-fetch/branch/master/graph/badge.svg)](https://codecov.io/gh/lquixada/cross-fetch)

@@ -126,3 +126,3 @@ ================

* [**JSFiddle playground**](https://jsfiddle.net/lquixada/3ypqgacp/) ➡️
* [**Public test suite**](https://lquixada.github.io/cross-fetch/test/saucelabs/) ➡️
* [**Public test suite**](https://lquixada.github.io/cross-fetch/test/browser/saucelabs/) ➡️

@@ -129,0 +129,0 @@ > **Tip**: Run theses resources on various browsers and with different settings (for instance: cross-domain requests, wrong urls or text requests). Don't forget to open the console in the test suite page and play around.

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