dynamodb-enhanced
Advanced tools
Comparing version 0.4.0-ae to 0.4.0-af
@@ -41,2 +41,6 @@ // Copyright Teleportd Ltd. and other Contributors | ||
var _super = {}; | ||
AWS.config.region = spec.region || 'us-east-1'; | ||
AWS.config.credentials = {accessKeyId:spec.accessKeyId, secretAccessKey:spec.secretAccessKey}; | ||
AWS.config.maxRetries = spec.retries || undefined; | ||
var dynamodb = new AWS.DynamoDB({apiVersion: '2012-08-10'}); | ||
@@ -50,5 +54,2 @@ | ||
AWS.config.region = spec.region || 'us-east-1'; | ||
AWS.config.credentials = {accessKeyId:spec.accessKeyId, secretAccessKey:spec.secretAccessKey}; | ||
AWS.config.maxRetries = spec.retries || undefined; | ||
@@ -59,2 +60,3 @@ | ||
my.retries = spec.retries || 3; | ||
@@ -61,0 +63,0 @@ |
{ | ||
"name": "dynamodb-enhanced", | ||
"version": "0.4.0ae", | ||
"version": "0.4.0af", | ||
"description": "Simple DynamoDB Library for Node.js. enhanced version of dynamodb by Stanislas Polu", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
81411