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

tickerowl-app-base

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tickerowl-app-base - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

dist/run.js

@@ -49,5 +49,7 @@ #!/usr/bin/env node

(() => __awaiter(void 0, void 0, void 0, function* () {
const cls = yield loadModule(args[0]);
const path = require('path');
const currentWorkingDirectory = process.cwd();
const cls = yield loadModule(path.join(currentWorkingDirectory, args[0]));
const app = new cls();
console.log(app.getInfo());
}))();
{
"name": "tickerowl-app-base",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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