New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-dynamodb-local

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-dynamodb-local - npm Package Compare versions

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"

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