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 Compare versions

Comparing version 1.4.7 to 1.4.8

6

CHANGELOG.md

@@ -114,2 +114,6 @@ # Changelog

### Fixed
- Fixed param naming conflict during updates, when map attribute shares a name with another (separate) attribute.
- Fixed param naming conflict during updates, when map attribute shares a name with another (separate) attribute.
## [1.4.8] = 2021-11-01
### Fixed
- Addressed issue#90 to flip batchGet's response tuple type definition.

2

package.json
{
"name": "electrodb",
"version": "1.4.7",
"version": "1.4.8",
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,3 +29,3 @@ {

"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
// "strictNullChecks": true, /* Enable strict null checks. */

@@ -32,0 +32,0 @@ // "strictFunctionTypes": true, /* Enable strict checking of function types. */

Sorry, the diff of this file is too big to display

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