Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ej-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ej-cli - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

lib/download.js

@@ -17,3 +17,2 @@ var Download = require("download");

var url = getUrl(repo, clone);
console.log("url" + url);
if (clone) {

@@ -20,0 +19,0 @@ gitclone(url, dest, {

4

lib/index.js

@@ -39,3 +39,3 @@ var fs = require('fs');

this.options = {
app: opts.app || 'nav-drawer',
app: 'button',
port: opts.port || 8888,

@@ -46,2 +46,4 @@ baseUrl: 'karthickthangasamy/'

command = (process.argv[2]).toString().trim();
if (process.argv.length > 3)
this.options.app = (process.argv[3]).toString().trim();
if (command && command in global && typeof global[command] == 'function')

@@ -48,0 +50,0 @@ global[command](this.options);

@@ -65,2 +65,2 @@ var http = require("http"),

}).listen(port);
}
}
{
"name": "ej-cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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