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

robot3

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robot3 - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

LICENSE

4

machine.js

@@ -177,6 +177,6 @@ function valueEnumerable(value) {

export function interpret(machine, onChange) {
export function interpret(machine, onChange, event) {
let s = Object.create(service, {
machine: valueEnumerableWritable(machine),
context: valueEnumerableWritable(machine.context()),
context: valueEnumerableWritable(machine.context(event)),
onChange: valueEnumerable(onChange)

@@ -183,0 +183,0 @@ });

{
"name": "robot3",
"version": "0.2.0",
"version": "0.2.1",
"description": "A function, immutable Finite State Machine library",

@@ -5,0 +5,0 @@ "main": "machine.js",

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