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 1.0.0 to 2.0.0

4

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

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

"abort-controller": "^3.0.0",
"node-fetch": "^2.6.1"
"node-fetch": "^2.6.7"
},

@@ -51,0 +51,0 @@ "devDependencies": {

@@ -43,2 +43,3 @@ # 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)
- 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.
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