New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@whatwg-node/fetch

Package Overview
Dependencies
Maintainers
1
Versions
530
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.6.0-alpha-20230102083143-994de43 to 0.6.0-alpha-20230102083740-9f85a58

7

CHANGELOG.md
# @whatwg-node/fetch
## 0.6.0-alpha-20230102083143-994de43
## 0.6.0-alpha-20230102083740-9f85a58

@@ -9,2 +9,7 @@ ### Minor Changes

### Patch Changes
- [#241](https://github.com/ardatan/whatwg-node/pull/241) [`0bebbbb`](https://github.com/ardatan/whatwg-node/commit/0bebbbba8d8295fb52ae5eac79d885540cc4c8ab) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Added dependency [`urlpattern-polyfill@^6.0.2` ↗︎](https://www.npmjs.com/package/urlpattern-polyfill/v/6.0.2) (to `dependencies`)
## 0.5.4

@@ -11,0 +16,0 @@

@@ -17,2 +17,6 @@ module.exports.fetch = globalThis.fetch; // To enable: import {fetch} from 'cross-fetch'

module.exports.URLPattern = globalThis.URLPattern;
if (!module.exports.URLPattern) {
const urlPatternModule = require('urlpattern-polyfill');
module.exports.URLPattern = urlPatternModule.URLPattern;
}
module.exports.createFetch = () => globalThis;

2

package.json
{
"name": "@whatwg-node/fetch",
"version": "0.6.0-alpha-20230102083143-994de43",
"version": "0.6.0-alpha-20230102083740-9f85a58",
"description": "Cross Platform Smart Fetch Ponyfill",

@@ -5,0 +5,0 @@ "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",

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