dynamodb-enhanced
Advanced tools
Comparing version 0.4.0-ad to 0.4.0-ae
@@ -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": [ |
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
81409
1875