New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codescouts/domain

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codescouts/domain - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

0

lib/Entities/DomainUser.d.ts

@@ -0,0 +0,0 @@ export interface DomainUser {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=DomainUser.js.map
export * from "./DomainUser";
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from "./Repository";

@@ -0,0 +0,0 @@ "use strict";

export * from './IRepository';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface IRepository<T, S> {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IRepository.js.map

@@ -0,0 +0,0 @@ export * from "./UserService";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DomainUser } from "../Entities/DomainUser";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=UserService.js.map

33

package.json
{
"name": "@codescouts/domain",
"version": "1.0.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"start": "tsc -w"
},
"dependencies": {
"typescript": "^4.6.4"
}
}
"name": "@codescouts/domain",
"version": "1.0.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/codescouts-academy/clean-architecture-mono-repo/tree/main/packages/domain",
"author": "Damián Pumar <damianpumar@gmail.com>",
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"start": "tsc -w"
},
"dependencies": {
"typescript": "^4.6.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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