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.8 to 0.0.9

1

bin/einstein.d.ts
#!/usr/bin/env node
import "module-alias/register";
declare const _default: number;
export default _default;

@@ -7,2 +7,3 @@ #!/usr/bin/env node

Object.defineProperty(exports, "__esModule", { value: true });
require("module-alias/register");
const index_1 = __importDefault(require("@commands/index"));

@@ -9,0 +10,0 @@ const get_schema_for_resource_1 = __importDefault(require("@lib/args/get-schema-for-resource"));

{
"name": "einstein-cli",
"version": "0.0.8",
"version": "0.0.9",
"main": "bin/einstein.js",

@@ -53,3 +53,11 @@ "license": "MIT",

"tar": "^6.1.11"
},
"_moduleAliases":{
"@types":"./interfaces/index",
"@lib":"./lib",
"@commands":"./commands",
"@actions":"./actions",
"@ui":"./ui",
"@":"."
}
}

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