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

fetch-h2

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-h2 - npm Package Compare versions

Comparing version 2.4.4 to 2.4.5

2

dist/lib/generated/version.d.ts

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

export declare const version = "2.4.4";
export declare const version = "2.4.5";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "2.4.4";
exports.version = "2.4.5";
//# sourceMappingURL=version.js.map

@@ -131,5 +131,9 @@ "use strict";

};
const zlibOpts = {
flush: zlib_1.constants.Z_SYNC_FLUSH,
finishFlush: zlib_1.constants.Z_SYNC_FLUSH,
};
const decoders = {
deflate: (stream) => stream_1.pipeline(stream, zlib_1.createInflate(), handleStreamResult),
gzip: (stream) => stream_1.pipeline(stream, zlib_1.createGunzip(), handleStreamResult),
gzip: (stream) => stream_1.pipeline(stream, zlib_1.createGunzip(zlibOpts), handleStreamResult),
};

@@ -136,0 +140,0 @@ if (utils_1.hasBuiltinBrotli()) {

{
"name": "fetch-h2",
"version": "2.4.4",
"version": "2.4.5",
"description": "HTTP/1+2 Fetch API client for Node.js",

@@ -5,0 +5,0 @@ "author": "Gustaf Räntilä",

Sorry, the diff of this file is not supported yet

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