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
1
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 1.1.0 to 1.2.0

contribute.md

10

package.json
{
"name": "@2toad/fluent-state",
"version": "1.1.0",
"version": "1.2.0",
"description": "A fluent JavaScript State Machine (with TypeScript support)",

@@ -43,2 +43,4 @@ "homepage": "https://github.com/2Toad/fluent-state",

"eslint-plugin-security": "^1.5.0",
"husky": "^8.0.0",
"lint-staged": "^12.4.1",
"mocha": "^9.2.2",

@@ -51,3 +53,9 @@ "mocha-suppress-logs": "^0.3.1",

"typescript": "^4.7.2"
},
"lint-staged": {
"*.ts": [
"eslint --cache --fix",
"prettier --write"
]
}
}
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