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

sam-ecs

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sam-ecs - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

8

dist/Manager.js

@@ -539,3 +539,3 @@ 'use strict';

'number': this._stateCounter,
// 'state': currentState,
'state': this.toJSON(),
'action': action,

@@ -561,4 +561,6 @@ 'revert': action.revert

var currentNumber = Number.MIN_SAFE_VALUE;
var index = 0;
var index = 0,
oldState = this.toJSON();
while (currentNumber < number && index < this._stateQueue.length) {
oldState = this._stateQueue[index].state;
currentNumber = this._stateQueue[index++].number;

@@ -569,2 +571,4 @@ }

this.clear();
this.fromJSON(oldState);
this.fromJSON(state);

@@ -571,0 +575,0 @@ }

{
"name": "sam-ecs",
"version": "3.3.1",
"version": "3.3.2",
"description": "A specialized entity component system",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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