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

1.4.5

Diff

Changelog

Source

[1.4.5] - 2021-10-17

Fixed

  • Improved .npmignore to remove playground oriented files, and created official directory to keep playground in sync with library changes.
tywalch
published 1.4.4 •

Changelog

Source

[1.4.4] - 2021-10-16

Added

  • Updates did not include composite attributes involved in primary index. Though these values cannot be changed, they should be set on update method calls in case the update results in an item insert. [read more]
tywalch
published 0.11.1 •

Changelog

Source

[0.11.1] - 2021-10-17

Patched

  • Updates did not include composite attributes involved in primary index. Though these values cannot be changed, they should be set on update method calls in case the update results in an item insert. [read more]
tywalch
published 1.4.3 •

Changelog

Source

[1.4.3] - 2021-10-03

Fixed

  • ElectroDB would throw when an undefined property was passed to query. This has been changed to not throw if a partial query on that index can be accomplished with the data provided.
tywalch
published 1.4.2 •

Changelog

Source

[1.4.2] - 2021-09-09

Fixed

  • Typing for .page() method pager. Now includes the destructured keys associated with the index being queried. [read more]
  • Adding documentation, and expanding typing for the query option limit, for use in .params() calls. [read more]
tywalch
published 1.4.1 •

Changelog

Source

[1.4.1] - 2021-08-25

Added

  • Typedef support for RegExp validation on string attributes

Fixed

  • RegExp validation issue resulting in undefined (but not required) values being tested.
tywalch
published 1.4.0 •

Changelog

Source

[1.4.0] - 2021-08-22

Added

  • Added support for choosing the case ElectroDB will use when modeling a Partition or Sort Key. [read more]
  • Added support for indexes to use fields that are shared with attribute fields. This should help users leverage ElectroDB with existing tables. [read more]
  • Added Query Option ignoreOwnership to bypass ElectroDB checks/interrogations for ownership of an item before returning it. [read more]
tywalch
published 1.3.2 •

Changelog

Source

[1.3.2] - 2021-08-11

Fixed

  • Newly added method parse() had critical typo. Method now has an improved api, and appropriate tests [read more]
tywalch
published 1.3.1 •

Changelog

Source

[1.3.1] - 2021-08-09

Added

  • New entity method parse() to expose ElectroDB formatting for values retrieved outside ElectroDB. [read more]
tywalch
published 1.3.0 •

Changelog

Source

[1.3.0] - 2021-08-09

Added

  • New Attribute types map, list, set. [read more]
  • New Query Options, and support for, ReturnValues as requested in Issue#71. [read more]
  • New type definitions for recently released update methods append, add, subtract, data, remove, and delete. [read more]

Changed

  • Attributes that have been flagged as required are now not possible to be removed (using the update method remove()) from a stored Item. This was an oversight from the last release.
  • Attributes that have been flagged as hidden now skips invoking that attribute's getter method.

Fixed

  • Issues that prevented the nesting of update value() operation.
  • TypeScript type definitions for get() method now incorporate potential for null response.
  • Type definitions for value() and name() where clause operations.
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