Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9.0 to 1.9.1

12

dist/index.js

@@ -45,8 +45,2 @@ "use strict";

function cleanup() {
for (const subProcess of subProcesses) {
subProcess.kill('SIGINT');
if (process.platform === 'win32') {
childProcess.execSync(`taskkill -F -T -PID ${subProcess.pid}`);
}
}
if (process.platform === 'darwin' || process.platform === 'linux') {

@@ -64,2 +58,8 @@ const stdout = childProcess.execSync('ps -l').toString();

}
for (const subProcess of subProcesses) {
subProcess.kill('SIGINT');
if (process.platform === 'win32') {
childProcess.execSync(`taskkill -F -T -PID ${subProcess.pid}`);
}
}
}

@@ -66,0 +66,0 @@ executeCommandLine().then(() => {

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

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