Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@karmaniverous/entity-manager

Package Overview
Dependencies
Maintainers
0
Versions
101
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 6.13.2 to 6.13.3

2

dist/cjs/encodeElement.js

@@ -12,3 +12,3 @@ 'use strict';

* @param element - The {@link Entity | `Entity`} generated property element or ungenerated index component to encode.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
*

@@ -15,0 +15,0 @@ * @returns Encoded value.

@@ -11,3 +11,3 @@ 'use strict';

* @param property - {@link Config.generatedProperties | Generated property} key.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
*

@@ -14,0 +14,0 @@ * @returns Encoded generated property value.

@@ -56,3 +56,3 @@ 'use strict';

* @param property - {@link Config.generatedProperties | Generated property} key.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
*

@@ -59,0 +59,0 @@ * @returns Encoded generated property value.

@@ -9,7 +9,7 @@ 'use strict';

/**
* Update the hash key on a partial {@link ItemMap | `ItemMap`} object.
* Update the hash key on an partial {@link EntityItem | `EntityItem`} object.
*
* @param entityManager - {@link EntityManager | `EntityManager`} instance.
* @param entityToken - {@link Config.entities | `this.config.entities`} key.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
* @param overwrite - Overwrite existing {@link ConfigKeys.hashKey | `this.config.hashKey`} property value (default `false`).

@@ -16,0 +16,0 @@ *

@@ -7,7 +7,7 @@ 'use strict';

/**
* Update the range key on a partial {@link ItemMap | `ItemMap`} object.
* Update the range key on an {@link EntityItem | `EntityItem`} object.
*
* @param entityManager - {@link EntityManager | `EntityManager`} instance.
* @param entityToken - {@link Config.entities | `this.config.entities`} key.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
* @param overwrite - Overwrite existing {@link ConfigKeys.rangeKey | `this.config.rangeKey`} property value (default `false`).

@@ -14,0 +14,0 @@ *

@@ -548,3 +548,3 @@ import { EntityMap, TranscodeMap, ConditionalProperty, Exactify, PropertiesOfType, TranscodableProperties, FlattenEntityMap, Transcodes, SortOrder, MutuallyExclusive, NotNever, DefaultTranscodeMap } from '@karmaniverous/entity-tools';

* @param property - {@link Config.generatedProperties | Generated property} key.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
*

@@ -551,0 +551,0 @@ * @returns Encoded generated property value.

@@ -10,3 +10,3 @@ /**

* @param element - The {@link Entity | `Entity`} generated property element or ungenerated index component to encode.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
*

@@ -13,0 +13,0 @@ * @returns Encoded value.

@@ -9,3 +9,3 @@ import { isNil } from '@karmaniverous/entity-tools';

* @param property - {@link Config.generatedProperties | Generated property} key.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
*

@@ -12,0 +12,0 @@ * @returns Encoded generated property value.

@@ -54,3 +54,3 @@ import { __classPrivateFieldSet, __classPrivateFieldGet } from 'tslib';

* @param property - {@link Config.generatedProperties | Generated property} key.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
*

@@ -57,0 +57,0 @@ * @returns Encoded generated property value.

@@ -7,7 +7,7 @@ import { isNil } from '@karmaniverous/entity-tools';

/**
* Update the hash key on a partial {@link ItemMap | `ItemMap`} object.
* Update the hash key on an partial {@link EntityItem | `EntityItem`} object.
*
* @param entityManager - {@link EntityManager | `EntityManager`} instance.
* @param entityToken - {@link Config.entities | `this.config.entities`} key.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
* @param overwrite - Overwrite existing {@link ConfigKeys.hashKey | `this.config.hashKey`} property value (default `false`).

@@ -14,0 +14,0 @@ *

@@ -5,7 +5,7 @@ import { isNil } from '@karmaniverous/entity-tools';

/**
* Update the range key on a partial {@link ItemMap | `ItemMap`} object.
* Update the range key on an {@link EntityItem | `EntityItem`} object.
*
* @param entityManager - {@link EntityManager | `EntityManager`} instance.
* @param entityToken - {@link Config.entities | `this.config.entities`} key.
* @param item - Partial {@link ItemMap | `ItemMap`} object.
* @param item - {@link EntityItem | `EntityItem`} object.
* @param overwrite - Overwrite existing {@link ConfigKeys.rangeKey | `this.config.rangeKey`} property value (default `false`).

@@ -12,0 +12,0 @@ *

@@ -8,3 +8,3 @@ {

"@karmaniverous/batch-process": "^0.1.0",
"@karmaniverous/entity-tools": "^0.6.5",
"@karmaniverous/entity-tools": "^0.6.6",
"@karmaniverous/string-utilities": "^0.2.1",

@@ -18,3 +18,3 @@ "lz-string": "^1.5.0",

"devDependencies": {
"@dotenvx/dotenvx": "^1.22.1",
"@dotenvx/dotenvx": "^1.23.0",
"@eslint/js": "^9.14.0",

@@ -44,3 +44,3 @@ "@faker-js/faker": "^9.2.0",

"jsdom-global": "^3.0.2",
"knip": "^5.36.7",
"knip": "^5.37.0",
"lefthook": "^1.8.2",

@@ -52,3 +52,3 @@ "mocha": "^10.8.2",

"rimraf": "^6.0.1",
"rollup": "^4.25.0",
"rollup": "^4.26.0",
"rollup-plugin-dts": "^6.1.1",

@@ -139,3 +139,3 @@ "source-map-support": "^0.5.21",

"types": "dist/index.d.ts",
"version": "6.13.2"
"version": "6.13.3"
}
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