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

electrodb

Package Overview
Dependencies
Maintainers
0
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrodb - npm Package Versions

1
17

2.5.1

Diff

Changelog

Source

[2.5.1] - 2023-03-22

Fixed

  • The previous version exported typings directly from the AWS dynamodb client package which, because it was so large, caused the playground to take a massive performance hit. Instead, the library now expose a simplistic version of those types instead.
tywalch
published 2.5.0 •

Changelog

Source

[2.5.0] - 2023-03-19

Added

  • Adds transaction functionality: get and write transactions are now supported in ElectroDB via transact write and transact get methods.
tywalch
published 2.4.2 •

Changelog

Source

[2.4.2] - 2023-03-03

Fixed

  • Restores ignoreOwnership execution option. Addresses Issue #194 which calls out regression with ignoreOwnership. This flag is now appropriately applied to "query", "get", and "scan" operations.
tywalch
published 2.4.1 •

Changelog

Source

[2.4.1] - 2023-01-20

Fixed

  • Recently added createSchema() function would validate but not return the schema object provided
tywalch
published 2.4.0 •

Changelog

Source

[2.4.0] - 2022-01-19

Added

  • Adds the new filter expression methods: size(), type() and escape. Addresses Issue#208 [read more]
  • Adds the createSchema() function for helping create and type ElectroDB schemas without instantiating an Entity. Addresses Issue#167. [read more]
tywalch
published 2.3.5 •

Changelog

Source

[2.3.5] - 2022-12-18

Fixed

  • Fixes issue that resulted in provided undefined values from becoming involuntarily set via updates
  • Updated documentation links in error message to direct traffic to https://electrodb.dev
tywalch
published 2.3.4 •

Changelog

Source

[2.3.4] - 2022-12-17

Milestone

  • First code contribution by user @NoahDavey (via PR-197). Fixes boolean evaluation during upsert
tywalch
published 2.3.3 •

Changelog

Source

[2.3.3] - 2022-11-28

Fixed

  • Issue #182: Addressed inconsistency with remove and delete functionality between update and patch methods.
tywalch
published 2.3.2 •

Changelog

Source

[2.3.2] - 2022-11-23

Fixed

  • Upsert method would silently disregard where clause usage, and would not add condition expression to parameters.
tywalch
published 2.3.1 •

Changelog

Source

[2.3.1] - 2022-11-23

Fixed

  • Address issue#179, the query option table was not correctly propagated, resulting a failure for that declared the table name was "missing"
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