anothersequencer
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "anothersequencer", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "main": "sequencer.js", |
@@ -108,2 +108,3 @@ //Simple script sequencer | ||
nextlayer = nextlayer.next; | ||
i++; | ||
} | ||
@@ -110,0 +111,0 @@ return nextlayer; |
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
46018
177