Socket
Socket
Sign inDemoInstall

@karmaniverous/entity-manager

Package Overview
Dependencies
3
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2-0

6

dist/default/lib/EntityManager/EntityManager.js

@@ -162,2 +162,7 @@ "use strict";

} = _ref2;
console.log('shardQueryResult', {
shardedKey,
items,
pageKey
});
return resolve({

@@ -169,2 +174,3 @@ shardedKey,

}))));
console.log('shardQueryResults', shardQueryResults);

@@ -171,0 +177,0 @@ // Reduce shardQueryResults into a single result.

9

lib/EntityManager/EntityManager.js

@@ -163,5 +163,6 @@ /**

new Promise((resolve) =>
shardQuery(shardedKey, pageKey).then(({ items, pageKey }) =>
resolve({ shardedKey, items, pageKey })
)
shardQuery(shardedKey, pageKey).then(({ items, pageKey }) => {
console.log('shardQueryResult', { shardedKey, items, pageKey });
return resolve({ shardedKey, items, pageKey });
})
)

@@ -171,2 +172,4 @@ )

console.log('shardQueryResults', shardQueryResults);
// Reduce shardQueryResults into a single result.

@@ -173,0 +176,0 @@ const result = shardQueryResults.reduce(

{
"name": "@karmaniverous/entity-manager",
"version": "0.1.1",
"version": "0.1.2-0",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc