Socket
Socket
Sign inDemoInstall

elegant-cli

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elegant-cli - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

package.json
{
"name": "elegant-cli",
"version": "0.1.7",
"version": "0.1.8",
"description": "A utility-first CMS framework for rapidly building expressive and elegant static content web applications.",

@@ -5,0 +5,0 @@ "scripts": {

{
"name": "elegant-docs",
"version": "0.1.7",
"version": "0.1.8",
"private": true,

@@ -5,0 +5,0 @@ "scripts": {

@@ -33,11 +33,2 @@ #! /usr/bin/env node

// delete the sample gitignore file. It won't serve any value to users
fs.rm("./.gitignore.example", { recursive:true }, (err) => {
if(err){
// File deletion failed
console.error(err.message);
return;
}
})
// install the required packages for the user

@@ -44,0 +35,0 @@ shell.exec("npm install");

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