Comparing version 1.0.0 to 1.0.1
{ | ||
"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 @@ ``` |
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
91035
17
78