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 Versions

1
17

2.3.4

Diff

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"
tywalch
published 2.3.0 •

Changelog

Source

[2.3.0] - 2022-11-22

Added

  • Adding new update method: upsert. Upsert is similar to put in that it will create a record if one does not exist, except upsert perform an update if that record already exists.
tywalch
published 2.2.6 •

Changelog

Source

[2.2.6] - 2022-11-10

Fixed

  • Addressed issue where scans would incorrectly accumulate filters across usages
tywalch
published 2.2.5 •

Changelog

Source

[2.2.5] - 2022-11-09

Fixed

  • Addressed issue#172, where clause mishandling of nested attribute references
tywalch
published 2.2.4 •

Changelog

Source

[2.2.4] - 2022-11-06

Fixed

  • Addressed issue#162: attribute validation functions were not invoked when updating through the data method.
  • Conditional filters can now be added to get operations. DynamoDB get does not allow for filtering but the TransactWrite/TransactGet methods allow for ConditionCheck which is essentially get + conditions.
tywalch
published 2.2.3 •

Changelog

Source

[2.2.3] - 2022-11-05

Remove

  • Backed out the response typing change added in 2.2.2. The type of record coming back from an update is more complex than one might expect. Because update operations can result in a record insert, the response type is not necessarily a TableItem. I am backing out this change for now until I can be more sure of an appropriate typing.

Added

  • New function to help with Custom Types: CustomAttributeType. This replaces createCustomAttribute (now depreciated) because of the unfortunate widening caused by the initial implementation. [read more)]

Deprecated

  • The function createCustomAttribute is now deprecated. The function still operates as it did, though any changes related to Custom Attribute types will see development focused on CustomAttributeType rather than this function.
tywalch
published 2.2.2 •

Changelog

Source

[2.2.2] - 2022-11-04

Added

  • (since rolled back) ~The return type from an update/patch call now returns an Entity item when all_new or all_old response options are passed~
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