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.2.0 to 4.2.1

4

dist/default/lib/EntityManager/EntityManager.js

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

}, []));
const indexProperies = (0, _zipObject2.default)(indexKeys, value.split(delimiter));
const indexProperties = (0, _zipObject2.default)(indexKeys, value.split(delimiter));
return indexComponents.reduce((index, component) => {

@@ -341,3 +341,3 @@ const {

...index,
[component]: encode(indexProperies)
[component]: encode(indexProperties)
};

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

@@ -309,7 +309,7 @@ /**

const indexProperies = _.zipObject(indexKeys, value.split(delimiter));
const indexProperties = _.zipObject(indexKeys, value.split(delimiter));
return indexComponents.reduce((index, component) => {
const { encode } = this.getKey(entityToken, component);
return { ...index, [component]: encode(indexProperies) };
return { ...index, [component]: encode(indexProperties) };
}, {});

@@ -316,0 +316,0 @@ }

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