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

@smithy/middleware-compression

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/middleware-compression - npm Package Compare versions

Comparing version 3.0.11 to 3.0.12

2

dist-cjs/index.js

@@ -124,3 +124,3 @@ var __defProp = Object.defineProperty;

...headers,
"content-encoding": `${headers["content-encoding"]},${algorithm}`
"content-encoding": `${headers["content-encoding"]}, ${algorithm}`
};

@@ -127,0 +127,0 @@ } else {

@@ -43,3 +43,3 @@ import { HttpRequest } from "@smithy/protocol-http";

...headers,
"content-encoding": `${headers["content-encoding"]},${algorithm}`,
"content-encoding": `${headers["content-encoding"]}, ${algorithm}`,
};

@@ -46,0 +46,0 @@ }

{
"name": "@smithy/middleware-compression",
"version": "3.0.11",
"version": "3.0.12",
"description": "Middleware and Plugin for request compression.",

@@ -5,0 +5,0 @@ "scripts": {

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