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

fmm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fmm

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

FMM

FMM is short for "functional micromachines;" it is based on the micromachine gem, a nicely compact little finite state machine implementation.

Micromachine is an imperative design, based on the methods and mutable state of an instance of class MicroMachine. FMM takes a functional approach, where (a) the state machine operations are pure functions that take the current state as an argument and return an updated state, and (b) instead of building the machine imperatively by calls to machine.on(...), we assume the machine is given as a data structure of a certain format. (A validation method is included.)

Updates soon. In the meantime, have a look at the test suite.

FAQs

Package last updated on 31 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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