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.4 to 1.1.5

3

dist/cjs/core/UnitOfWork.d.ts
import DatabaseContext from './DatabaseContext';
import BaseRepository from './Repository';
/**

@@ -40,3 +39,3 @@ * @file A unit of work to manage repositories and transactions in database context.

*/
abstract repository<Repository extends BaseRepository<any, any, any>>(name: string): Repository;
abstract repository(name: string): any;
/**

@@ -43,0 +42,0 @@ * Begin a transaction in database context.

import DatabaseContext from './DatabaseContext';
import BaseRepository from './Repository';
/**

@@ -40,3 +39,3 @@ * @file A unit of work to manage repositories and transactions in database context.

*/
abstract repository<Repository extends BaseRepository<any, any, any>>(name: string): Repository;
abstract repository(name: string): any;
/**

@@ -43,0 +42,0 @@ * Begin a transaction in database context.

{
"name": "@piggly/ddd-toolkit",
"version": "1.1.4",
"version": "1.1.5",
"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": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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