Comparing version 0.4.3 to 0.4.4
@@ -148,3 +148,3 @@ 'use strict'; | ||
} else if (padSize === 2) { | ||
keyInfo = info('aesgcm128', s.context); | ||
keyInfo = info('aesgcm', s.context); | ||
nonceInfo = info('nonce', s.context); | ||
@@ -151,0 +151,0 @@ } else { |
{ | ||
"name": "http_ece", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Encrypted Content-Encoding for HTTP", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/martinthomson/encrypted-content-encoding", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11873