We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a88481 commit b3ecba5Copy full SHA for b3ecba5
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ Changelog
5
6
# 2.x release
7
8
+## v2.4.1
9
+
10
+- Fix: `Blob` import rule for node < 10, as `Readable` isn't a named export.
11
12
## v2.4.0
13
14
- Enhance: added `Brotli` compression support (using node's zlib).
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-fetch",
3
- "version": "2.4.0",
+ "version": "2.4.1",
4
"description": "A light-weight module that brings window.fetch to node.js",
"main": "lib/index",
"browser": "./browser.js",
0 commit comments