dynamo-easy
dynamo-easy copied to clipboard
DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.401.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...
**Describe the bug** If I have a property with a custom mapper like ```typescript @Model() class MyModel { @Property({ mapper: stringArrayOrEmptyMapper }) myList: string[] } export const stringArrayOrEmptyMapper: MapperForType< string[],...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The default behaviour of dynamo-easy filters out all null (or undefined) values before the mapper function `toDb` is called. So it's not possible to store `null` as `{ NULL: true...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**Describe the bug** On a query request, you have to specify indexName before your partition or sortKey value otherwise the parition and sort key values are not assigned to the...
**Describe the bug** This is more a regression than a bug. I've upgraded from `6.0.0` to `7.1.0` and I've noticed you started supporting empty values for strings but the [latest...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.0.0 to 5.3.1. Release notes Sourced from normalize-url's releases. v5.3.0 Throw a friendly error on view-source: input (#124) ddf2584 https://github.com/sindresorhus/normalize-url/compare/v5.2.1...v5.3.0 v5.2.1 Fix removeSingleSlash option adding slashes (#122)...