Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dyno

Package Overview
Dependencies
Maintainers
21
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dyno - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

4

lib/types.js

@@ -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",

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