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 1.0.4 to 1.0.5

2

package.json
{
"name": "squishjs",
"version": "1.0.4",
"version": "1.0.5",
"description": "squish & unsquish stuff",

@@ -5,0 +5,0 @@ "scripts": {

@@ -150,17 +150,2 @@ const ASSET_TYPE = 1;

// debug
for (let k in playerMap) {
for (let squished in playerMap[k]) {
const unsquished = unsquish(playerMap[k][squished]);
if (unsquished.node.playerIds.length > 0 && unsquished.node.playerIds.findIndex(i => Number(i) === Number(k)) < 0) {
console.log(unsquished.node.playerIds);
console.log(k);
console.log(unsquished.node.playerIds.indexOf(k));
if (k != 254) {
throw new Error('fuk');
}
}
}
}
}

@@ -167,0 +152,0 @@

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