Comparing version 0.2.10 to 1.0.0
@@ -69,3 +69,3 @@ var debug = require('debug')('workflow:common') | ||
configure: function(options) { | ||
_.extend(settings, options); | ||
_.assignIn(settings, options); | ||
}, | ||
@@ -310,4 +310,4 @@ | ||
_.extend(wfLoader, workflow); | ||
_.assignIn(wfLoader, workflow); | ||
module.exports = wfLoader; |
{ | ||
"name": "worksmith", | ||
"version": "0.2.10", | ||
"version": "1.0.0", | ||
"description": "A purely functional workflow engine ", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha --exit" | ||
}, | ||
@@ -27,4 +27,4 @@ "repository": { | ||
"debug": "^2.1.3", | ||
"handlebars": "^3.0.2", | ||
"lodash": "^3.7.0", | ||
"handlebars": "^4.1.0", | ||
"lodash": "^4.17.11", | ||
"pg": "^4.3.0", | ||
@@ -34,5 +34,5 @@ "xregexp": "^2.0.0" | ||
"devDependencies": { | ||
"mocha": "^2.2.5", | ||
"require-version": "^1.1.0" | ||
"mocha": "^5.2.0", | ||
"require-version": "^1.1.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ var _ = require('lodash') | ||
var content = require(jsonPath) | ||
content = _.extend({}, content) | ||
content = _.assignIn({}, content) | ||
done(null, content) | ||
@@ -13,0 +13,0 @@ } |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
3
113543
70
+ Addedhandlebars@4.7.8(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedneo-async@2.6.2(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addeduglify-js@3.19.3(transitive)
+ Addedwordwrap@1.0.0(transitive)
- Removedalign-text@0.1.4(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedcamelcase@1.2.1(transitive)
- Removedcenter-align@0.1.3(transitive)
- Removedcliui@2.1.0(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedhandlebars@3.0.8(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedkind-of@3.2.2(transitive)
- Removedlazy-cache@1.0.4(transitive)
- Removedlodash@3.10.1(transitive)
- Removedlongest@1.0.1(transitive)
- Removedminimist@0.0.10(transitive)
- Removedoptimist@0.6.1(transitive)
- Removedrepeat-string@1.6.1(transitive)
- Removedright-align@0.1.3(transitive)
- Removedsource-map@0.1.430.5.7(transitive)
- Removeduglify-js@2.8.29(transitive)
- Removeduglify-to-browserify@1.0.2(transitive)
- Removedwindow-size@0.1.0(transitive)
- Removedwordwrap@0.0.20.0.3(transitive)
- Removedyargs@3.10.0(transitive)
Updatedhandlebars@^4.1.0
Updatedlodash@^4.17.11