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 2.1.2 to 2.1.3

2

dist/default/lib/EntityManager/EntityManager.js

@@ -152,3 +152,3 @@ "use strict";

...properties,
...(decode(index[component])?.groups ?? [])
...(decode(index[component] ?? '')?.groups ?? [])
};

@@ -155,0 +155,0 @@ }, {});

@@ -120,3 +120,6 @@ /**

return { ...properties, ...(decode(index[component])?.groups ?? []) };
return {
...properties,
...(decode(index[component] ?? '')?.groups ?? []),
};
}, {});

@@ -123,0 +126,0 @@

{
"name": "@karmaniverous/entity-manager",
"version": "2.1.2",
"version": "2.1.3",
"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