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.1.1 to 3.1.2

lib.fetch.iterable.d.ts

6

index.d.ts

@@ -1,4 +0,4 @@

import {
import type {
BodyInit,
Headers,
Headers as BaseHeaders,
HeadersInit,

@@ -11,2 +11,4 @@ Request,

} from "./lib.fetch"
import type { Headers as IterHeaders } from "./lib.fetch.iterable";
type Headers = BaseHeaders & IterHeaders;

@@ -13,0 +15,0 @@ export const fetch: (input: RequestInfo, init?: RequestInit) => Promise<Response>;

{
"name": "cross-fetch",
"version": "3.1.1",
"version": "3.1.2",
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",

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

"hooks": {
"commit-msg": "commitlint --edit $1",
"pre-commit": "make build && lint-staged",

@@ -50,2 +51,12 @@ "pre-push": "make"

},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {

@@ -64,5 +75,8 @@ "type": "git",

"devDependencies": {
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"body-parser": "1.19.0",
"chai": "4.3.4",
"codecov": "3.8.1",
"cz-conventional-changelog": "3.3.0",
"express": "4.17.1",

@@ -92,3 +106,4 @@ "husky": "4.3.8",

"index.d.ts",
"lib.fetch.d.ts"
"lib.fetch.d.ts",
"lib.fetch.iterable.d.ts"
],

@@ -95,0 +110,0 @@ "keywords": [

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