Socket
Socket
Sign inDemoInstall

anotherstatemanager

Package Overview
Dependencies
1
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.18 to 1.0.19

2

package.json
{
"name": "anotherstatemanager",
"version": "1.0.18",
"version": "1.0.19",
"description": "Very flexible, performant, simple state management for managing a lot of rapid changes and various scenarios. Great for low overhead event management of game inputs and data streams.",

@@ -5,0 +5,0 @@ "main": "StateManager.js",

@@ -238,3 +238,3 @@ import ObjectListener from 'objectlisteners'

if(key) {
if(!key in this.triggers) {
if(!this.triggers[key]) {
this.triggers[key] = [];

@@ -241,0 +241,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc