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

electrodb

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrodb - npm Package Compare versions

Comparing version 0.9.51 to 0.9.52

2

package.json
{
"name": "electrodb",
"version": "0.9.51",
"version": "0.9.52",
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -207,3 +207,2 @@ "use strict";

let concurrentOperations = utilities.batchItems(parameters, concurrent);
// console.log("PUT", JSON.stringify(concurrentOperations));
for (let operation of concurrentOperations) {

@@ -210,0 +209,0 @@ await Promise.all(operation.map(async params => {

@@ -169,3 +169,2 @@ const e = require("./errors");

let setName = (name, value) => {
console.log({name, value});
state.query.filter.ExpressionAttributeNames[name] = value

@@ -172,0 +171,0 @@ };

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