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

@node-ts/ddd-types

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-ts/ddd-types - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

pnpm-lock.yaml

34

package.json
{
"name": "@node-ts/ddd-types",
"version": "0.1.4",
"version": "0.2.0",
"description": "A set of types that define core DDD objects",

@@ -11,13 +11,2 @@ "main": "dist/index.js",

"private": false,
"scripts": {
"build": "tsc --project tsconfig.json --stripInternal --outDir dist/ --declaration",
"lint": "yarn lint:ts",
"lint:ts": "tslint --project tsconfig.json 'src/**/*.ts'",
"lint:fix": "yarn lint --fix",
"publish:packages": "npm publish --access=public",
"test": "jest \"(src\\/.+\\.|/)spec\\.ts$\"",
"test:coverage": "yarn run test --coverage",
"test:ci": "yarn run test -w 8",
"test:watch": "yarn run test --watch"
},
"publishConfig": {

@@ -37,10 +26,21 @@ "access": "public"

"@node-ts/code-standards": "^0.0.10",
"tslint": "^5.13.0",
"typescript": "^3.3.3333"
"tslint": "^6.1.3",
"typescript": "^4.6.4"
},
"dependencies": {
"@node-ts/bus-messages": "^0.2.2",
"@node-ts/bus-messages": "^1.0.4",
"reflect-metadata": "^0.1.13"
},
"gitHead": "846b79782236b10fed8306611f770fa2b5c10860"
}
"scripts": {
"build": "tsc --project tsconfig.json --stripInternal --outDir dist/ --declaration",
"lint": "pnpm lint:ts",
"lint:ts": "tslint --project tsconfig.json 'src/**/*.ts'",
"lint:fix": "pnpm lint --fix",
"publish:packages": "npm publish --access=public",
"test": "jest \"(src\\/.+\\.|/)spec\\.ts$\"",
"test:coverage": "pnpm run test --coverage",
"test:ci": "pnpm run test -w 8",
"test:watch": "pnpm run test --watch"
},
"readme": "# @node-ts/ddd-types\n\nBase DDD types that define properties without implementation. This can be used to define domain based properties types separately to their application implementation, meaning the contract types can be transmitted (via APIs, messages etc) without requiring the core DDD library with all of its peer dependencies."
}
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