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

squishjs

Package Overview
Dependencies
Maintainers
1
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.4.20 to 0.4.21

2

package.json
{
"name": "squishjs",
"version": "0.4.20",
"version": "0.4.21",
"description": "squish & unsquish stuff",

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

@@ -1,2 +0,2 @@

const gameNode = require("./GameNode");
const GameNode = require("./GameNode");
const assert = require('assert');

@@ -172,3 +172,3 @@

let constructedGameNode = gameNode();
let constructedGameNode = GameNode();

@@ -203,3 +203,3 @@ while(squishedIndex < squished.length) {

const attr = entity[key];
if (attr !== undefined) {
if (attr !== undefined && attr !== null) {
const squished = squishSpec[key].squish(attr);

@@ -206,0 +206,0 @@ squishedPieces.push([squishSpec[key]['type'], squished.length + 2, ...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