@js-bits/fetch
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@js-bits/fetch", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Cross-environment (nodejs/web) fetch API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -43,4 +43,4 @@ # Cross-environment (nodejs/web) fetch APi | ||
- The package versions are alined with [node-fetch](https://www.npmjs.com/package/node-fetch) versions. | ||
- The package versions are aligned 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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5337