Comparing version 1.0.2 to 1.0.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18402
30
693
1