@camoto/gamecomp
Advanced tools
Comparing version 4.5.1 to 4.5.2
@@ -470,3 +470,3 @@ /* | ||
} | ||
if (idxPending) { | ||
if (idxPending !== null) { | ||
try { | ||
@@ -473,0 +473,0 @@ bs.writeBits(idxPending, lenCodeword); |
{ | ||
"name": "@camoto/gamecomp", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"description": "Apply and remove compression and encryption algorithms used by DOS games", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
126085