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

squishjs

Package Overview
Dependencies
Maintainers
2
Versions
48
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.7 to 1.0.8

2

package.json
{
"name": "squishjs",
"version": "1.0.7",
"version": "1.0.8",
"description": "squish & unsquish stuff",

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

class InternalGameNode {
constructor(color, onClick, coordinates2d, border, fill, text, asset, playerIds = [], effects = null, input = null, subType = null, id = null, onHover, offHover) {
this.id = id ? Number(id) : Math.floor(Math.random() * 999999999999);
// im about to hit the ye button
this.id = id ? Number(id) : Math.floor(Math.random() * 999999999);
this.children = new Array();

@@ -5,0 +6,0 @@ this.color = color;

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