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

clean-release

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-release - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1-alpha.0

7

dist/index.js

@@ -57,2 +57,3 @@ "use strict";

}
// tslint:disable-next-line:cognitive-complexity
async function executeCommandLine() {

@@ -169,1 +170,7 @@ const argv = minimist_1.default(process.argv.slice(2), { '--': true });

});
process.on('SIGINT', () => {
process.exit();
});
process.on('SIGTERM', () => {
process.exit();
});

11

package.json
{
"name": "clean-release",
"version": "2.5.0",
"version": "2.5.1-alpha.0",
"description": "A CLI tool to copy files to be released into a tmp clean directory for npm publishing, electronjs packaging, docker image creation, or deployment",

@@ -23,10 +23,10 @@ "main": "index.js",

"devDependencies": {
"@commitlint/cli": "6.1.3",
"@commitlint/cli": "6.2.0",
"@commitlint/config-conventional": "6.1.3",
"@types/cpy": "5.1.0",
"@types/glob": "5.0.35",
"@types/jasmine": "2.8.6",
"@types/jasmine": "2.8.7",
"@types/minimist": "1.2.0",
"@types/mkdirp": "0.5.2",
"@types/node": "9.6.6",
"@types/node": "10.0.4",
"@types/rimraf": "2.0.2",

@@ -39,4 +39,5 @@ "@types/tmp": "0.0.33",

"standard": "11.0.1",
"tslint": "5.9.1",
"tslint": "5.10.0",
"tslint-config-standard": "7.0.0",
"tslint-sonarts": "1.6.0",
"typescript": "2.8.3"

@@ -43,0 +44,0 @@ },

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