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

dynamodb-enhanced

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-enhanced - npm Package Compare versions

Comparing version 0.4.0-ad to 0.4.0-ae

3

lib/ddb.js

@@ -50,4 +50,3 @@ // Copyright Teleportd Ltd. and other Contributors

AWS.config.region = spec.region || 'us-east-1';
AWS.config.credentials.accessKeyId = spec.accessKeyId;
AWS.config.credentials.secretAccessKey = spec.secretAccessKey;
AWS.config.credentials = {accessKeyId:spec.accessKeyId, secretAccessKey:spec.secretAccessKey};
AWS.config.maxRetries = spec.retries || undefined;

@@ -54,0 +53,0 @@

{
"name": "dynamodb-enhanced",
"version": "0.4.0ad",
"version": "0.4.0ae",
"description": "Simple DynamoDB Library for Node.js. enhanced version of dynamodb by Stanislas Polu",

@@ -5,0 +5,0 @@ "keywords": [

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