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

@gimli01/ca-core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gimli01/ca-core - npm Package Compare versions

Comparing version 1.0.0-alpha.14 to 1.0.0-alpha.15

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.0.0-alpha.15](https://github.com-gimli01/gimli01/clean-architecture/compare/@gimli01/ca-core@1.0.0-alpha.14...@gimli01/ca-core@1.0.0-alpha.15) (2020-11-17)
### Features
* **issue-1:** fix UseCase ([382e978](https://github.com-gimli01/gimli01/clean-architecture/commit/382e978ac6174013ae9ac612219633a4affdfbf0))
# [1.0.0-alpha.14](https://github.com-gimli01/gimli01/clean-architecture/compare/@gimli01/ca-core@1.0.0-alpha.13...@gimli01/ca-core@1.0.0-alpha.14) (2020-11-16)

@@ -8,0 +19,0 @@

3

lib/@types/UseCase.d.ts
export interface UseCase<T, U> {
execute(payload?: T): Promise<U>;
execute(payload?: T): U;
execute(payload?: T): Promise<U> | U;
}
{
"name": "@gimli01/ca-core",
"version": "1.0.0-alpha.14",
"version": "1.0.0-alpha.15",
"description": "",

@@ -48,3 +48,3 @@ "author": "Daniel Park <daniel.park@endevors.io>",

},
"gitHead": "88d272d2ed241d85bbe79bc013554af15dd7a143"
"gitHead": "134a221840942facf4e9d3d471f4e860ce8bb106"
}
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