@openpgp/pako
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -1744,3 +1744,3 @@ 'use strict'; | ||
function deflateSetDictionary(strm, dictionary) { | ||
const dictLength = dictionary.length; | ||
let dictLength = dictionary.length; | ||
@@ -1747,0 +1747,0 @@ let s; |
{ | ||
"name": "@openpgp/pako", | ||
"description": "zlib port to javascript - fast, modularized, with browser support", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "zlib", |
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
236710