Socket
Socket
Sign inDemoInstall

dynamodb-admin

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-admin - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

index.js

@@ -49,2 +49,8 @@ const express = require('express')

if (typeof env.DYNAMO_ENDPOINT === 'string') {
if (env.DYNAMO_ENDPOINT.indexOf('.amazonaws.com') > -1) {
console.error(
clc.red('dynamodb-admin is only intended for local development')
)
process.exit(1)
}
awsConfig.endpoint = env.DYNAMO_ENDPOINT

@@ -51,0 +57,0 @@ awsConfig.sslEnabled = env.DYNAMO_ENDPOINT.indexOf('https://') === 0

2

package.json
{
"name": "dynamodb-admin",
"version": "2.0.0",
"version": "2.0.1",
"description": "GUI for DynamoDB. Useful for local development.",

@@ -5,0 +5,0 @@ "main": "index.js",

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