You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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

to
1.0.1

5

lib/index.js

@@ -23,12 +23,10 @@ var fs = require('fs');

global.create = function (options) {
console.log('Creating ' + options.app + ' application');
download(options.baseUrl + options.app, "./", function (err) {
if (err) return done(err);
console.log(options.app + ' application created successfully');
done();
console.log(options.app + ' application created successfully');
});
}
global.serve = function (options) {
console.log('server');
serve(options);

@@ -46,3 +44,2 @@ }

}
console.log(JSON.stringify(this.options));
if (process.argv.length > 2) {

@@ -49,0 +46,0 @@ command = (process.argv[2]).toString().trim();

2

package.json
{
"name": "ej-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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