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

@2toad/fluent-state

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2toad/fluent-state - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

dist/enums.d.ts

13

package.json
{
"name": "@2toad/fluent-state",
"version": "2.0.0",
"description": "A fluent JavaScript State Machine (with TypeScript support)",
"version": "2.0.1",
"description": "A fluent JavaScript State Machine with full TypeScript support",
"homepage": "https://github.com/2Toad/fluent-state",

@@ -19,3 +19,3 @@ "author": "2Toad",

"format": "prettier . --write",
"prepublishOnly": "npm run lint && npm test",
"prepublishOnly": "npm run lint && npm test && npm run build",
"prepare": "husky"

@@ -25,3 +25,3 @@ },

"type": "git",
"url": "git+ssh://git@github.com:2Toad/fluent-state.git"
"url": "git+ssh://git@github.com/2Toad/fluent-state.git"
},

@@ -33,5 +33,7 @@ "keywords": [

"@eslint/js": "^9.9.1",
"@types/benchmark": "^2.1.5",
"@types/chai": "^4.3.19",
"@types/chai-spies": "^1.0.6",
"@types/eslint__js": "^8.42.3",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-plugin-security": "^3.0.0",
"@types/mocha": "^10.0.7",

@@ -41,3 +43,2 @@ "@types/node": "^22.5.2",

"@typescript-eslint/parser": "^8.4.0",
"benchmark": "^2.1.4",
"chai": "^4.5.0",

@@ -44,0 +45,0 @@ "chai-spies": "^1.1.0",

@@ -7,3 +7,3 @@ # Fluent State 🔄

A fluent JavaScript [State Machine](./state-machine.md) (with TypeScript support)
A fluent JavaScript [State Machine](./state-machine.md) with full TypeScript support

@@ -10,0 +10,0 @@ ## Getting Started

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