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.0 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",

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