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

@piggly/ddd-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@piggly/ddd-toolkit - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

dist/cjs/core/Repository.d.ts

@@ -58,3 +58,3 @@ import { PaginateQuery } from '../types';

*/
abstract find<QueryFilter>(filter: QueryFilter, paginate: PaginateQuery): Promise<CollectionOfEntity<Entity>>;
abstract find(filter: any, paginate: PaginateQuery): Promise<CollectionOfEntity<Entity>>;
/**

@@ -123,3 +123,3 @@ * Find all entities.

*/
abstract sizeOf<QueryFilter>(filter: QueryFilter): Promise<number>;
abstract sizeOf(filter: any): Promise<number>;
/**

@@ -126,0 +126,0 @@ * Count all entities.

@@ -58,3 +58,3 @@ import { PaginateQuery } from '../types';

*/
abstract find<QueryFilter>(filter: QueryFilter, paginate: PaginateQuery): Promise<CollectionOfEntity<Entity>>;
abstract find(filter: any, paginate: PaginateQuery): Promise<CollectionOfEntity<Entity>>;
/**

@@ -123,3 +123,3 @@ * Find all entities.

*/
abstract sizeOf<QueryFilter>(filter: QueryFilter): Promise<number>;
abstract sizeOf(filter: any): Promise<number>;
/**

@@ -126,0 +126,0 @@ * Count all entities.

{
"name": "@piggly/ddd-toolkit",
"version": "1.1.2",
"version": "1.1.3",
"description": "A bunch of tools to use Model-Driven Design and Domain-Driven Design architecture in a back-end application.",

@@ -5,0 +5,0 @@ "scripts": {

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