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

dynamodb-local

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-local - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

6

index.js

@@ -69,3 +69,3 @@ 'use strict';

env: process.env,
stdio: ['pipe', 'pipe', process.stderr]
stdio: ['ignore', 'ignore', 'inherit']
});

@@ -113,5 +113,5 @@

},
relaunch: function (port, db) {
relaunch: function (port, ...args) {
this.stop(port);
this.launch(port, db);
this.launch(port, ...args);
},

@@ -118,0 +118,0 @@ configureInstaller: function (conf) {

{
"name": "dynamodb-local",
"description": "A wrapper for AWS DynamoDB Local, intended for use in testcases",
"version": "0.0.31",
"version": "0.0.32",
"license": "MIT",

@@ -29,3 +29,3 @@ "repository": "doapp-ryanp/dynamodb-local",

"q": "~1.4.1",
"tar": "~4.4.8"
"tar": "^4.4.19"
},

@@ -32,0 +32,0 @@ "licenses": [

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