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 0.0.11 to 0.0.12

3

dist/default/lib/EntityManager/EntityManager.js

@@ -87,2 +87,5 @@ "use strict";

_classPrivateFieldGet(this, _entityManager).logger.debug('done', item);
// Remove undefined shardKey.
if ((0, _isNil2.default)(item[shardKeyToken])) delete item[shardKeyToken];
return item;

@@ -89,0 +92,0 @@ }

@@ -71,2 +71,5 @@ /**

// Remove undefined shardKey.
if (_.isNil(item[shardKeyToken])) delete item[shardKeyToken];
return item;

@@ -73,0 +76,0 @@ }

2

package.json
{
"name": "@karmaniverous/entity-manager",
"version": "0.0.11",
"version": "0.0.12",
"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