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
1
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.4 to 0.2.5

10

index.js

@@ -194,6 +194,3 @@ 'use strict';

dynamodbMigrations.init(dynamodb, tableOptions.path);
dynamodbMigrations.execute(options.name, {
tablePrefix: tableOptions.prefix,
tableSuffix: tableOptions.suffix
}).then(resolve, reject);
dynamodbMigrations.execute(options.name, tableOptions).then(resolve, reject);
});

@@ -209,6 +206,3 @@ }

dynamodbMigrations.init(dynamodb, tableOptions.path);
dynamodbMigrations.executeAll({
tablePrefix: tableOptions.prefix,
tableSuffix: tableOptions.suffix
}).then(resolve, reject);
dynamodbMigrations.executeAll(tableOptions).then(resolve, reject);
});

@@ -215,0 +209,0 @@ }

2

package.json
{
"name": "serverless-dynamodb-local",
"version": "0.2.4",
"version": "0.2.5",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=4.0"

@@ -44,4 +44,3 @@ serverless-dynamodb-local

Note: Read the detailed section for more information on advanced options and configurations
Open a browser and go to the url http://localhost:8000/shell to access the web shell for dynamodb local
Note: Read the detailed section for more information on advanced options and configurations. Open a browser and go to the url http://localhost:8000/shell to access the web shell for dynamodb local.

@@ -48,0 +47,0 @@ ## Install: sls dynamodb install

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