Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 2.2.1 to 2.2.2

4

index.d.ts
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)

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