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-f to 0.4.1-g

4

lib/ddb.js

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

{
if (json.hasOwnProperty(i) && json[i] !== null)
if (json.hasOwnProperty(i))
{

@@ -1089,3 +1089,3 @@ res[i] = scToDDB(json[i]);

return {
"NULL": value
"NULL": true
};

@@ -1092,0 +1092,0 @@ }

{
"name": "dynamodb-enhanced",
"version": "0.4.1f",
"version": "0.4.1g",
"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