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
475
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.5.4-alpha-20221225155445-dfcb269 to 0.5.4-alpha-20221225155816-6b54cb4

11

CHANGELOG.md
# @whatwg-node/fetch
## 0.5.4-alpha-20221225155445-dfcb269
## 0.5.4-alpha-20221225155816-6b54cb4
### Patch Changes
- [#154](https://github.com/ardatan/whatwg-node/pull/154) [`0466d48`](https://github.com/ardatan/whatwg-node/commit/0466d4811562030bacddc08e6d0a849bc155ae86) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Removed dependency [`abort-controller@^3.0.0` ↗︎](https://www.npmjs.com/package/abort-controller/v/3.0.0) (from `dependencies`)
- Removed dependency [`form-data-encoder@^1.7.1` ↗︎](https://www.npmjs.com/package/form-data-encoder/v/1.7.1) (from `dependencies`)
- Removed dependency [`formdata-node@^4.3.1` ↗︎](https://www.npmjs.com/package/formdata-node/v/4.3.1) (from `dependencies`)
- Removed dependency [`node-fetch@^2.6.7` ↗︎](https://www.npmjs.com/package/node-fetch/v/2.6.7) (from `dependencies`)
- Removed dependency [`undici@^5.12.0` ↗︎](https://www.npmjs.com/package/undici/v/5.12.0) (from `dependencies`)
- Removed dependency [`web-streams-polyfill@^3.2.0` ↗︎](https://www.npmjs.com/package/web-streams-polyfill/v/3.2.0) (from `dependencies`)
- [#154](https://github.com/ardatan/whatwg-node/pull/154) [`8324adc`](https://github.com/ardatan/whatwg-node/commit/8324adcc1383eb16fd6d0a6417842e0b8d9b82ba) Thanks [@ardatan](https://github.com/ardatan)! - New Fetch API implementation for Node

@@ -8,0 +17,0 @@

2

package.json
{
"name": "@whatwg-node/fetch",
"version": "0.5.4-alpha-20221225155445-dfcb269",
"version": "0.5.4-alpha-20221225155816-6b54cb4",
"description": "Cross Platform Smart Fetch Ponyfill",

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

@@ -1,2 +0,2 @@

import * as fetchAPI from '@whatwg-node/fetch'
import * as fetchAPI from '@whatwg-node/fetch';

@@ -3,0 +3,0 @@ describe('getFormDataMethod', () => {

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