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-e to 0.4.0-f

8

lib/ddb.js

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

'x-amz-security-token' + ':' + my.access.sessionToken + '\n' +
'x-amz-target' + ':' + 'DynamoDB_20111205.' + op + '\n') + '\n' +
'x-amz-target' + ':' + 'DynamoDB_20120810.' + op + '\n') + '\n' +
rqBody);

@@ -969,3 +969,3 @@

'x-amz-security-token': my.access.sessionToken,
'X-amz-target': 'DynamoDB_20111205.' + op,
'X-amz-target': 'DynamoDB_20120810.' + op,
'X-amzn-authorization' : auth,

@@ -1088,3 +1088,3 @@ 'date': dtStr,

var cqs = ('AWSAccessKeyId' + '=' + encodeURIComponent(my.accessKeyId) + '&' +
'Action' + '=' + 'AssumeRole' + '&' +
'Action' + '=' + 'GetSessionToken' + '&' +
'DurationSeconds' + '=' + '3600' + '&' +

@@ -1094,3 +1094,3 @@ 'SignatureMethod' + '=' + 'HmacSHA256' + '&' +

'Timestamp' + '=' + encodeURIComponent((new Date).toISOString().substr(0, 19) + 'Z') + '&' +
'Version' + '=' + '2012-08-10');
'Version' + '=' + '2011-06-15');

@@ -1097,0 +1097,0 @@ var host = 'sts.amazonaws.com';

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

@@ -5,0 +5,0 @@ "keywords": ["dynamo", "node", "db", "aws", "amazon"],

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