Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@whatwg-node/fetch

Package Overview
Dependencies
Maintainers
1
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whatwg-node/fetch - npm Package Compare versions

Comparing version 0.9.8 to 0.9.9-alpha-20230714132731-d012863

12

CHANGELOG.md
# @whatwg-node/fetch
## 0.9.9-alpha-20230714132731-d012863
### Patch Changes
- Updated dependencies
[[`d012863`](https://github.com/ardatan/whatwg-node/commit/d012863c6352ae147f2416e82c4b6af2bdf430ac)]:
- @whatwg-node/node-fetch@0.5.0-alpha-20230714132731-d012863
## 0.9.8

@@ -372,4 +380,4 @@

- Added dependency
[`urlpattern-polyfill@^6.0.2` ↗︎](https://www.npmjs.com/package/urlpattern-polyfill/v/6.0.2) (to
`dependencies`)
[`urlpattern-polyfill@^6.0.2` ↗︎](https://www.npmjs.com/package/urlpattern-polyfill/v/6.0.2)
(to `dependencies`)

@@ -376,0 +384,0 @@ ## 0.5.4

@@ -5,2 +5,6 @@

try {
globalThis.libcurl = globalThis.libcurl || require('node-libcurl');
} catch(e) {}
module.exports.fetch = ponyfills.fetch;

@@ -7,0 +11,0 @@ module.exports.Headers = ponyfills.Headers;

4

package.json
{
"name": "@whatwg-node/fetch",
"version": "0.9.8",
"version": "0.9.9-alpha-20230714132731-d012863",
"description": "Cross Platform Smart Fetch Ponyfill",

@@ -19,3 +19,3 @@ "repository": {

"dependencies": {
"@whatwg-node/node-fetch": "^0.4.7",
"@whatwg-node/node-fetch": "0.5.0-alpha-20230714132731-d012863",
"urlpattern-polyfill": "^9.0.0"

@@ -22,0 +22,0 @@ },

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