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

afsm

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

afsm - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

4

index.d.ts

@@ -10,4 +10,4 @@ import EventEmitter from 'eventemitter3';

action?: string;
success?: <T extends IAFSM>(this: T, result: any) => void;
fail?: <T extends IAFSM>(this: T, err: FSMError) => void;
success?: <T>(this: T, result: any) => any;
fail?: <T>(this: T, err: FSMError) => any;
}

@@ -14,0 +14,0 @@ export declare class MiddleState {

@@ -12,4 +12,4 @@ import EventEmitter from 'eventemitter3';

action?: string;
success?: <T extends IAFSM>(this: T, result: any) => void;
fail?: <T extends IAFSM>(this: T, err: FSMError) => void;
success?: <T>(this: T, result: any) => any;
fail?: <T>(this: T, err: FSMError) => any;
}

@@ -16,0 +16,0 @@ // 中间过渡状态

{
"name": "afsm",
"version": "2.3.3",
"version": "2.3.4",
"description": "automatic finite state machine",

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

Sorry, the diff of this file is not supported yet

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