cross-fetch
Advanced tools
Comparing version 2.2.1 to 2.2.2
declare const fet: typeof fetch; | ||
declare const req: typeof Headers; | ||
declare const res: typeof Headers; | ||
declare const req: typeof Request; | ||
declare const res: typeof Response; | ||
declare const headers: typeof Headers; | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "cross-fetch", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native", | ||
@@ -50,16 +50,16 @@ "homepage": "https://github.com/lquixada/cross-fetch", | ||
"husky": "0.14.3", | ||
"lint-staged": "7.1.3", | ||
"lint-staged": "7.2.0", | ||
"mocha": "5.2.0", | ||
"mocha-headless-chrome": "2.0.0", | ||
"nock": "9.3.0", | ||
"nyc": "12.0.1", | ||
"nock": "9.3.3", | ||
"nyc": "12.0.2", | ||
"opn-cli": "3.1.0", | ||
"ora": "2.1.0", | ||
"rollup": "0.59.4", | ||
"rollup": "0.60.7", | ||
"rollup-plugin-copy": "0.2.3", | ||
"rollup-plugin-uglify": "4.0.0", | ||
"sinon": "5.0.10", | ||
"snyk": "1.82.0", | ||
"webpack": "4.10.2", | ||
"webpack-cli": "3.0.0" | ||
"sinon": "6.0.0", | ||
"snyk": "1.83.0", | ||
"webpack": "4.12.0", | ||
"webpack-cli": "3.0.7" | ||
}, | ||
@@ -66,0 +66,0 @@ "files": [ |
cross-fetch<br> | ||
[![Build Status](https://travis-ci.org/lquixada/cross-fetch.svg?branch=master)](https://travis-ci.org/lquixada/cross-fetch) | ||
[![Build Status](https://saucelabs.com/buildstatus/cross-fetch)](https://saucelabs.com/beta/builds/acdcc11fa2c94be491d58735c8b94cfc) | ||
[![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) | ||
@@ -5,0 +5,0 @@ [![dependencies Status](https://david-dm.org/lquixada/cross-fetch/status.svg)](https://david-dm.org/lquixada/cross-fetch) |
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
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
67800