dynamodb-enhanced
Advanced tools
Comparing version 0.4.1-d to 0.4.1-e
@@ -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 @@ |
{ | ||
"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": [ |
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
82202
2210