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

anothersequencer

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anothersequencer - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

package.json
{
"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() {

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