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.2.0 to 1.2.1

2

dist/index.js

@@ -107,3 +107,3 @@ "use strict";

if (configData.releaseRepository) {
await exec(`cd ${result.name} && git add * --force && git commit -m "new release" && git push`);
await exec(`cd ${result.name} && git add -A --force && git commit -m "new release" && git push`);
}

@@ -110,0 +110,0 @@ if (configData.postScript) {

{
"name": "clean-release",
"version": "1.2.0",
"version": "1.2.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