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

dynamoose

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamoose - npm Package Versions

1
13

3.0.0-alpha.4

Diff

fishcharlie
published 2.8.2 •

Changelog

Source

Version 2.8.2

This release fixes a few major bugs.

Please comment or contact me if you have any questions about this release.

Bug Fixes

  • Fixed bug where Model initialization would fail if waitForActive: true
  • Fixing multiple bugs where objects passed into Dynamoose functions would be mutated

Documentation

  • Added FAQ about empty arrays or objects
  • Improved schema index documentation
  • Improving Scan.startAt & Query.startAt example in documentation
  • Fixing issue where \n appeared in schema attribute type documentation appeared instead of new line

fishcharlie
published 3.0.0-alpha.3 •

fishcharlie
published 2.8.1 •

Changelog

Source

Version 2.8.1

This release includes a few critical bug fixes.

Please comment or contact me if you have any questions about this release.

Bug Fixes

  • Fix issue where query would fail with Index can't be found for query error when querying table itself
  • Resolve issue where Model.update would fail if beginning of attribute was identical to another attribute and marked as required
  • Fix issue in TypeScript where you couldn't pass a number value in for a key parameter
  • Resolved bug where passing a string or number in for Model.update key parameter would throw error

fishcharlie
published 2.8.0 •

Changelog

Source

Version 2.8.0

This release contains general stability improvements to Dynamoose.

Please comment or contact me if you have any questions about this release.

General

  • New returnValues settings property for Model.update
  • Allowing waitForActive model setting to be a boolean

Bug Fixes

  • Improvements to index selection when querying without using method
  • Including saveUnknown properties when using Model.update
  • Allowing for strings to be passed into Query.sort method when using TypeScript
  • Removing internal cache to improve memory usage
  • Improving performance when working with Buffers

Documentation

  • Model default settings documentation fixes

fishcharlie
published 3.0.0-alpha.2 •

fishcharlie
published 2.7.3 •

Changelog

Source

Version 2.7.3

This release moves internal Dynamoose object utilities to a different package.

Please comment or contact me if you have any questions about this release.

Other

  • Moving internal object utilities to different package

fishcharlie
published 2.7.2 •

Changelog

Source

Version 2.7.2

This release fixes a bug related to the return value of document.save and Model.create, and more.

Please comment or contact me if you have any questions about this release.

Bug Fixes

  • document.save & Model.create now return the document saved to DynamoDB
  • Type messages now display null when passing in a invalid type null value as opposed to the previous object

Other

  • Added some more TypeScript tests

fishcharlie
published 3.0.0-alpha.1 •

fishcharlie
published 2.7.1 •

Changelog

Source

Version 2.7.1

This release has a lot of bug fixes for Dynamoose.

Please comment or contact me if you have any questions about this release.

Bug Fixes

  • Fixing issue where with required check failing for non updating properties when using $DELETE in Model.delete
  • Prioritizing indexes with range key when querying
  • Improvements to type and schema matching for nested properties
  • Fixing issue where retrieving previously created model would ignore prefix and suffix
  • Fixing TypeScript issues with nested models
  • Fixing issue where nested models would auto-populate
  • Fixing issues with nested models within nested elements

Documentation

  • Making saveUnknown more clear in documentation

Other

  • Added warning when passing in undefined into Conditional

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