New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bhoos/dynamodb

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bhoos/dynamodb - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

6

cjs/update.js

@@ -15,3 +15,3 @@ 'use strict';

Object.keys(obj).forEach(name => {
Object.keys(obj).forEach((name, idx) => {
const value = obj[name];

@@ -24,4 +24,4 @@

const f = `#${name}`;
const v = `:${name}`;
const f = `#n${idx}`;
const v = `:v${idx}`;

@@ -28,0 +28,0 @@ params.UpdateExpression = `${params.UpdateExpression}${sep} ${f}=${v}`;

{
"name": "@bhoos/dynamodb",
"version": "0.1.11",
"version": "0.1.12",
"description": "Node DyanmoDB Library",

@@ -5,0 +5,0 @@ "main": "cjs/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