Socket
Socket
Sign inDemoInstall

@karmaniverous/entity-manager

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@karmaniverous/entity-manager - npm Package Compare versions

Comparing version 4.3.0-1 to 4.3.0-2

1

dist/default/lib/EntityManager/EntityManager.js

@@ -266,2 +266,3 @@ "use strict";

if ((0, _isEmpty2.default)(pageKeys)) return {
count: 0,
items: [],

@@ -268,0 +269,0 @@ pageKeys: {}

2

lib/EntityManager/EntityManager.js

@@ -257,3 +257,3 @@ /**

// Return empty result if no pageKeys.
if (_.isEmpty(pageKeys)) return { items: [], pageKeys: {} };
if (_.isEmpty(pageKeys)) return { count: 0, items: [], pageKeys: {} };

@@ -260,0 +260,0 @@ // Calculate shard limit.

{
"name": "@karmaniverous/entity-manager",
"version": "4.3.0-1",
"version": "4.3.0-2",
"publishConfig": {

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

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