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

einstein-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

einstein-cli - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

51

package.json
{
"name": "einstein-cli",
"version": "0.0.9",
"version": "0.0.10",
"main": "bin/einstein.js",

@@ -10,5 +10,5 @@ "license": "MIT",

"repository": {
"type": "git",
"url": "git+https://github.com/4lessandrodev/einstein-cli.git"
},
"type": "git",
"url": "git+https://github.com/4lessandrodev/einstein-cli.git"
},
"bin": {

@@ -18,18 +18,18 @@ "einstein": "bin/einstein.js"

"keywords": [
"Complexity",
"NodeJS",
"Business Logic",
"DDD",
"Domain Driving Design",
"Typescript",
"DDD-Utils",
"Base Entity",
"Base Aggregate",
"Base Value Object",
"Use Cases",
"Domain Events",
"Clean Architecture",
"Complexity",
"NodeJS",
"Business Logic",
"DDD",
"Domain Driving Design",
"Typescript",
"DDD-Utils",
"Base Entity",
"Base Aggregate",
"Base Value Object",
"Use Cases",
"Domain Events",
"Clean Architecture",
"CLI",
"Generate Files"
],
],
"scripts": {

@@ -54,12 +54,13 @@ "einstein:dev": "ts-node-dev -r tsconfig-paths/register bin/einstein.ts",

"dependencies": {
"module-alias": "^2.2.2",
"tar": "^6.1.11"
},
"_moduleAliases":{
"@types":"./interfaces/index",
"@lib":"./lib",
"@commands":"./commands",
"@actions":"./actions",
"@ui":"./ui",
"@":"."
"_moduleAliases": {
"@types": "./interfaces/index",
"@lib": "./lib",
"@commands": "./commands",
"@actions": "./actions",
"@ui": "./ui",
"@": "."
}
}
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