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.1 to 4.0.2

3

changelog.md

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

### v4.0.2
* Updated lodash to ^4.17.5
### v4.0.1

@@ -2,0 +5,0 @@ * Updated express (dev dependency) to ^3.11

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.1
* * Version: v4.0.2
* * 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.1",
"version": "4.0.2",
"homepage": "http://machina-js.org/",

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

"dependencies": {
"lodash": "4.x"
"lodash": "^4.17.5"
},

@@ -106,0 +106,0 @@ "devDependencies": {

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

# machina v4.0.1
# machina v4.0.2

@@ -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