Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

squishjs

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

squishjs - npm Package Compare versions

Comparing version 0.7.52 to 0.7.53

2

package.json
{
"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];

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc