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

mdw-fsm

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdw-fsm - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.history/lib/job_20170505160848.js

4

lib/job.js

@@ -20,3 +20,3 @@ 'use strict';

Job.prototype.setState = function(state) {
this.lastState = state;
this.lastState = this.state;
this.state = state;

@@ -34,3 +34,3 @@ };

Job.prototype.set = function(setting, val) {
if(arguments.length === 1) {
if (arguments.length === 1) {
// app.get(setting)

@@ -37,0 +37,0 @@ return this.settings[setting];

{
"name": "mdw-fsm",
"version": "1.0.2",
"version": "1.0.3",
"description": "middleware finite state machine",

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

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