Socket
Socket
Sign inDemoInstall

http_ece

Package Overview
Dependencies
1
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4 to 0.4.5

9

ece.js

@@ -145,4 +145,9 @@ 'use strict';

if (padSize === 1) {
keyInfo = 'Content-Encoding: aesgcm128';
nonceInfo = 'Content-Encoding: nonce';
if (params.authSecret) {
keyInfo = info('aesgcm128', s.context);
nonceInfo = info('nonce', s.context);
} else {
keyInfo = 'Content-Encoding: aesgcm128';
nonceInfo = 'Content-Encoding: nonce';
}
} else if (padSize === 2) {

@@ -149,0 +154,0 @@ keyInfo = info('aesgcm', s.context);

{
"name": "http_ece",
"version": "0.4.4",
"version": "0.4.5",
"description": "Encrypted Content-Encoding for HTTP",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/martinthomson/encrypted-content-encoding",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc