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

jssm

Package Overview
Dependencies
Maintainers
1
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jssm - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

3

package.json
{
"name": "jssm",
"version": "1.0.0",
"version": "1.0.1",
"engines" : { "node" : ">=6.0.0" },
"description": "A Javascript state machine with a simple API. Well tested, and typed with Flowtype. MIT License.",

@@ -5,0 +6,0 @@ "main": "dist/jssm.es5.browserified.js",

# jssm
A Javascript state machine with a simple API. Well tested, and typed with Flowtype. MIT license.
[![Dependency status](https://david-dm.org/StoneCypher/jssm/status.svg)](https://david-dm.org/StoneCypher/jssm)
[![NSP status](https://nodesecurity.io/orgs/johns-oss/projects/f479470f-fc0a-4e7e-a250-d69cb3778601/badge)](https://nodesecurity.io/orgs/johns-oss/projects/f479470f-fc0a-4e7e-a250-d69cb3778601)
[![Travis status](https://img.shields.io/travis/StoneCypher/jssm.svg)](https://img.shields.io/travis/StoneCypher/jssm.svg)
[![Coveralls status](https://img.shields.io/coveralls/StoneCypher/jssm.svg)](https://img.shields.io/coveralls/StoneCypher/jssm.svg)
[![CodeClimate status](https://img.shields.io/codeclimate/github/StoneCypher/jssm.svg)](https://img.shields.io/codeclimate/github/StoneCypher/jssm.svg)
[![CDNjs Version](https://img.shields.io/cdnjs/v/jquery.svg)](https://img.shields.io/cdnjs/v/jquery.svg)
[![Github downloads](https://img.shields.io/github/downloads/StoneCypher/Jssm/total.svg)](https://img.shields.io/github/downloads/StoneCypher/Jssm/total.svg)
[![NPM downloads](https://img.shields.io/npm/StoneCypher/jssm.svg)](https://img.shields.io/npm/StoneCypher/jssm.svg)
[![Commits since](https://img.shields.io/github/commits-since/StoneCypher/jssm/0.0.0.svg)](https://img.shields.io/github/commits-since/StoneCypher/jssm/0.0.0.svg)
## TL;DR

@@ -21,5 +33,5 @@ Specify finite state machines with a brief syntax. Run them. Derive charts from them. Save and load states. Make factories. Impress friends and loved ones. Cure corns and callouses.

traffic_light.state(); // 'Red'
traffic_light.action('Proceed');
traffic_light.action('Proceed');
traffic_light.state(); // 'Yellow'
traffic_light.action('Proceed');
traffic_light.action('Proceed');
traffic_light.state(); // 'Green'

@@ -26,0 +38,0 @@ ```

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