New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

robot3

Package Overview
Dependencies
Maintainers
0
Versions
31
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 1.1.0 to 1.1.1

6

index.d.ts

@@ -61,5 +61,5 @@ declare module 'robot3' {

*/
export function state<T extends Transition<any> | Immediate<any>>(
...args: T[]
): MachineState<T extends Transition<infer F> ? F : string>;
export function state<T extends (Transition<any> | Immediate<any>)[]>(
...args: T
): MachineState<T[number] extends (Transition<infer F>)? F : string>;

@@ -66,0 +66,0 @@ /**

{
"name": "robot3",
"version": "1.1.0",
"version": "1.1.1",
"description": "A functional, immutable Finite State Machine library",

@@ -5,0 +5,0 @@ "main": "dist/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