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 1.3.0 to 1.3.1

9

index.js

@@ -15,6 +15,2 @@ "use strict";

const rimraf = require("rimraf");
const packageJson = require("../package.json");
function showToolVersion() {
printInConsole(`Version: ${packageJson.version}`);
}
function printInConsole(message) {

@@ -63,7 +59,2 @@ // tslint:disable-next-line:no-console

const argv = minimist(process.argv.slice(2), { "--": true });
const showVersion = argv.v || argv.version;
if (showVersion) {
showToolVersion();
return;
}
let config = argv.config;

@@ -70,0 +61,0 @@ if (!config) {

2

package.json
{
"name": "clean-release",
"version": "1.3.0",
"version": "1.3.1",
"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",

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