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
77
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.4.4 to 6.4.5

10

dist/index.d.ts

@@ -866,3 +866,3 @@ import { Entity, Exactify, TranscodeMap, PropertiesOfType, TranscodableProperties, Transcodes, DefaultTranscodeMap, SortOrder } from '@karmaniverous/entity-tools';

*/
interface ShardQueryMapBuilderOptions<Item extends Entity> {
interface ShardQueryMapBuilderOptions {
/** `entityManager.config.entities` key. */

@@ -872,4 +872,2 @@ entityToken: string;

hashKeyToken: string;
/** A partial `Item` sufficiently populated to generate the query hash key & index values. */
item: Item;
/** Dehydrated page key from the previous query data page. */

@@ -884,5 +882,5 @@ pageKey?: string;

*/
declare abstract class ShardQueryMapBuilder<Item extends Entity, Options extends ShardQueryMapBuilderOptions<Item>> {
readonly options: Options;
constructor(options: Options);
declare abstract class ShardQueryMapBuilder<Item extends Entity> {
readonly options: ShardQueryMapBuilderOptions;
constructor(options: ShardQueryMapBuilderOptions);
abstract getShardQueryMap(): ShardQueryMap<Item>;

@@ -889,0 +887,0 @@ }

2

package.json

@@ -135,3 +135,3 @@ {

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