serverless-dynamodb-local
Advanced tools
Comparing version 0.2.23 to 0.2.24
17
index.js
@@ -152,11 +152,10 @@ "use strict"; | ||
startHandler() { | ||
if (!this.options.noStart) { | ||
const config = this.config; | ||
const options = _.merge({ | ||
sharedDb: this.options.sharedDb || true | ||
}, | ||
config && config.start, | ||
this.options | ||
); | ||
const config = this.config; | ||
const options = _.merge({ | ||
sharedDb: this.options.sharedDb || true | ||
}, | ||
config && config.start, | ||
this.options | ||
); | ||
if (!options.noStart) { | ||
dynamodbLocal.start(options); | ||
@@ -163,0 +162,0 @@ } |
{ | ||
"name": "serverless-dynamodb-local", | ||
"version": "0.2.23", | ||
"version": "0.2.24", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=4.0" |
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
3
34532