New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clean-scripts

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-scripts - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

dist/index.js

@@ -37,4 +37,8 @@ "use strict";

try {
executeCommandLine();
printInConsole("success.");
executeCommandLine().then(() => {
printInConsole("success.");
}, error => {
printInConsole(error.stdout);
process.exit(error.status);
});
}

@@ -41,0 +45,0 @@ catch (error) {

{
"name": "clean-scripts",
"version": "1.0.0",
"version": "1.0.1",
"description": "A CLI tool to make scripts in package.json clean.",

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

@@ -16,2 +16,4 @@ [![Dependency Status](https://david-dm.org/plantain-00/clean-scripts.svg)](https://david-dm.org/plantain-00/clean-scripts)

run `clean-scripts script-name`
run `clean-scripts script-name`
or run `clean-scripts script-name --config clean-scripts.config.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