anotherstatemanager
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "anotherstatemanager", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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", |
## StateManager.js | ||
![status](https://img.shields.io/npm/v/anotherstatemanager) | ||
![downloads](https://img.shields.io/npm/dt/anotherstatemanager) | ||
![size](https://img.shields.io/github/size/brainsatplay/StateManager/StateManager.js) | ||
![lic](https://img.shields.io/npm/l/anotherstatemanager) | ||
`npm i anotherstatemanager` | ||
@@ -4,0 +9,0 @@ |
@@ -353,3 +353,3 @@ import ObjectListener from 'objectlisteners' | ||
onStateChanged, | ||
interval, | ||
this.interval, | ||
); | ||
@@ -356,0 +356,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64113
61