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.32 to 0.9.33

2

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

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

@@ -957,3 +957,3 @@ "use strict";

for (let [attribute, indexes] of Object.entries(this.model.facets.byAttr)) {
if (attributes[attribute]) {
if (attributes[attribute] !== undefined) {
facets[attribute] = attributes[attribute];

@@ -960,0 +960,0 @@ indexes.forEach(({ index, type }) => {

Sorry, the diff of this file is too big to display

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