anothersequencer
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "anothersequencer", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Simple script tree sequencer in javascript. Allows creating fairly complex trees of sync/async functions or requestAnimationFrame functions with optional delays, as well as subscribing to particular outputs in the tree at any time.", | ||
@@ -21,3 +21,3 @@ "main": "sequencer.js", | ||
"dependencies": { | ||
"statemanager": "1.0.4" | ||
"anotherstatemanager": "1.0.4" | ||
}, | ||
@@ -24,0 +24,0 @@ "bugs": { |
@@ -9,2 +9,4 @@ ## Javascript function sequencing | ||
``` | ||
import {Sequencer} from 'anothersequencer' | ||
let sequencer = new Sequencer(); | ||
@@ -11,0 +13,0 @@ |
@@ -30,2 +30,4 @@ //Simple script sequencer | ||
import {StateManager} from 'anotherstatemanager' | ||
export class Sequencer { | ||
@@ -32,0 +34,0 @@ constructor() { |
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
46123
178
92
+ Addedanotherstatemanager@1.0.4
+ Addedanotherstatemanager@1.0.4(transitive)
+ Addedobjectlisteners@1.0.2(transitive)
- Removedstatemanager@1.0.4