Socket
Socket
Sign inDemoInstall

cross-fetch

Package Overview
Dependencies
7
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.5 to 3.1.6

CHANGELOG.md

30

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

@@ -11,10 +11,16 @@ "homepage": "https://github.com/lquixada/cross-fetch",

"scripts": {
"prepare": "husky install"
"commit": "cz",
"prepare": "husky install",
"prepublishOnly": "rimraf dist && make build"
},
"lint-staged": {
"*.js": [
"make build",
"standard --fix"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"standard": {

@@ -54,12 +60,2 @@ "env": [

},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"standard-version": {
"skip": {
"changelog": true
}
},
"repository": {

@@ -75,3 +71,3 @@ "type": "git",

"dependencies": {
"node-fetch": "2.6.7"
"node-fetch": "^2.6.11"
},

@@ -87,2 +83,3 @@ "devDependencies": {

"codecov": "3.8.3",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",

@@ -93,6 +90,7 @@ "express": "4.17.1",

"mocha": "8.3.2",
"mocha-headless-chrome": "3.1.0",
"mocha-headless-chrome": "4.0.0",
"nock": "13.1.3",
"nyc": "15.1.0",
"open-cli": "6.0.1",
"rimraf": "3.0.2",
"rollup": "2.58.0",

@@ -106,3 +104,3 @@ "rollup-plugin-copy": "3.4.0",

"typescript": "4.4.4",
"webpack": "5.58.2",
"webpack": "5.82.1",
"webpack-cli": "4.9.0",

@@ -109,0 +107,0 @@ "whatwg-fetch": "3.0.0",

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

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![CI](https://github.com/lquixada/cross-fetch/workflows/CI/badge.svg)
[![CI](https://github.com/lquixada/cross-fetch/actions/workflows/ci.yml/badge.svg)](https://github.com/lquixada/cross-fetch/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/lquixada/cross-fetch/branch/main/graph/badge.svg)](https://codecov.io/gh/lquixada/cross-fetch)

@@ -8,0 +8,0 @@ ================

Sorry, the diff of this file is not supported yet

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