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.7 to 1.0.8

6

lib/cli.js

@@ -43,6 +43,6 @@ var fs = require('fs');

this.options = {
app: 'button',
app: 'ngEmpty',
port: opts.port || 8888,
baseUrl: 'karthickthangasamy/',
availableSeed: ['button', 'nav-drawer']
availableSeed: ['ngEmpty', 'ngButton', 'ngTab']
}

@@ -52,3 +52,3 @@ if (process.argv.length > 2) {

if (process.argv.length > 3) {
appName = (process.argv[3]).toString().trim();
appName = (process.argv[3]).toLowerCase().toString().trim();
if (this.options.availableSeed.indexOf(appName) > -1)

@@ -55,0 +55,0 @@ this.options.app = appName;

{
"name": "ej-cli",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

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