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.1-d to 0.4.1-e

11

lib/ddb.js

@@ -64,4 +64,5 @@ // Copyright Teleportd Ltd. and other Contributors

https.globalAgent.maxSockets = spec.maxHttpSockets;
http.globalAgent.maxSockets = spec.maxHttpSockets;
my.inAuth = false;

@@ -1309,3 +1310,3 @@ my.consumedCapacity = 0;

{
var req = http.request(opts, function(res)
var reqCb = function(res)
{

@@ -1351,2 +1352,8 @@ var body = '';

if(!spec.https)
var req = http.request(opts, reqCb);
else
var req = https.request(opts, reqCb);
req.setTimeout(0);

@@ -1353,0 +1360,0 @@

2

package.json
{
"name": "dynamodb-enhanced",
"version": "0.4.1d",
"version": "0.4.1e",
"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