Comparing version 0.7.52 to 0.7.53
{ | ||
"name": "squishjs", | ||
"version": "0.7.52", | ||
"version": "0.7.53", | ||
"description": "squish & unsquish stuff", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -134,5 +134,5 @@ const InternalGameNode = require("./InternalGameNode"); | ||
const totalLength = squished.length + 5; | ||
const rightMost = Math.min(256, totalLength); | ||
const middle = Math.min(256, Math.max(0, totalLength - 256)); | ||
const leftMost = Math.min(256, Math.max(0, totalLength - 512)); | ||
const rightMost = Math.min(255, totalLength); | ||
const middle = Math.min(255, Math.max(0, totalLength - 255)); | ||
const leftMost = Math.min(255, Math.max(0, totalLength - 510)); | ||
@@ -139,0 +139,0 @@ return [3, leftMost, middle, rightMost, nodeClassCode, ...squished]; |
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