Socket
Socket
Sign inDemoInstall

ghosttheme-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghosttheme-cli - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

cli.js

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

const version = "1.0.4"
const version = "1.0.5"

@@ -20,3 +20,3 @@ // check git

// get args first
// get args first for project name
const projectName = args[0];

@@ -67,3 +67,5 @@

shell.echo(`${args[1] ? args[1] : "yarn"} install is failed ` );
shell.exec("cd .. && rm");
shell.exec("ls");
shell.exec("cd ..");
shell.exec("ls");
shell.echo("deleting the file");

@@ -70,0 +72,0 @@ shell.rm("-Rf", projectName);

{
"name": "ghosttheme-cli",
"version": "1.0.4",
"version": "1.0.5",
"description": "ghosttheme-cli help to create a basis boilerplate code for ghost theme",

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