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

machina

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machina - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

3

changelog.md

@@ -0,1 +1,4 @@

### v4.0.1
* Updated express (dev dependency) to ^3.11
### v4.0.0

@@ -2,0 +5,0 @@ * Updated lodash to 4.x (made this a major bump due to impact on client side bundling scenarios that still used lodash 3.x)

2

lib/machina.js
/*!
* * machina - A library for creating powerful and flexible finite state machines. Loosely inspired by Erlang/OTP's gen_fsm behavior.
* * Author: Jim Cowart (http://ifandelse.com)
* * Version: v4.0.0
* * Version: v4.0.1
* * Url: http://machina-js.org/

@@ -6,0 +6,0 @@ * * License(s):

{
"name": "machina",
"description": "A library for creating powerful and flexible finite state machines. Loosely inspired by Erlang/OTP's gen_fsm behavior.",
"version": "4.0.0",
"version": "4.0.1",
"homepage": "http://machina-js.org/",

@@ -107,3 +107,3 @@ "repository": {

"bower": "1.x",
"express": "~3.4.7",
"express": "^3.11.0",
"gulp": "~3.9.0",

@@ -110,0 +110,0 @@ "gulp-changed": "^1.2.1",

@@ -1,2 +0,2 @@

# machina v4.0.0
# machina v4.0.1

@@ -3,0 +3,0 @@ ## What is it?

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