Comparing version 0.4.4 to 0.4.5
@@ -55,3 +55,3 @@ var util = require('util'); | ||
if(v.N) { | ||
item[k] =parseInt(v.N, 10); | ||
item[k] = parseFloat(v.N); | ||
} else if(v.S) { | ||
@@ -61,3 +61,3 @@ item[k] =v.S; | ||
item[k] = _(v.NS).map(function(i){ | ||
return parseInt(i, 10); | ||
return parseFloat(i); | ||
}); | ||
@@ -64,0 +64,0 @@ } else if(v.SS) { |
{ | ||
"name": "dyno", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Simple DynamoDB client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33894