Socket
Socket
Sign inDemoInstall

@js-bits/fetch

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-bits/fetch - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

14

package.json
{
"name": "@js-bits/fetch",
"version": "2.0.0",
"version": "3.0.0",
"description": "Cross-environment (nodejs/web) fetch API",

@@ -33,3 +33,3 @@ "keywords": [

"engines": {
"node": ">=12"
"node": ">=14.18"
},

@@ -49,10 +49,10 @@ "scripts": {

"abort-controller": "^3.0.0",
"node-fetch": "^2.6.7"
"node-fetch": "^3.2.3"
},
"devDependencies": {
"@js-bits/formalinter": "^0.1.2",
"@types/jest": "^26.0.23",
"@js-bits/formalinter": "^0.2.1",
"@types/jest": "^27.4.1",
"husky": "^7.0.1",
"jest": "^27.0.6",
"rollup": "^2.55.1"
"jest": "^27.5.1",
"rollup": "^2.70.1"
},

@@ -59,0 +59,0 @@ "jest": {

@@ -43,3 +43,4 @@ # Cross-environment (nodejs/web) fetch APi

- v2 of this package supports v2 of [node-fetch](https://github.com/node-fetch/node-fetch/tree/2.x#readme)
- The package versions are alined with [node-fetch](https://www.npmjs.com/package/node-fetch) versions.
- [v2](https://www.npmjs.com/package/@js-bits/fetch/v/2.0.0) of this package supports [v2](https://github.com/node-fetch/node-fetch/tree/2.x#readme) of [node-fetch](https://www.npmjs.com/package/node-fetch).
- Minimal size (bytes) in a browser since [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) is natively supported. Does not include any polyfills, which means that Internet Explorer is not supported.

Sorry, the diff of this file is not supported yet

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