Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

comforter-cli

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comforter-cli - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

lib/index.js

@@ -61,3 +61,3 @@ #! /usr/bin/env node

var branchPath = './comforter-tmp/' + argv.branch;
mv(argv.zip, branchPath, {mkdirp: true}, function (err) {
mv(argv.zip, branchPath, {mkdirp: true, clobber: true}, function (err) {
if (err) {

@@ -64,0 +64,0 @@ return fail(errors.zip, err);

{
"name": "comforter-cli",
"version": "0.3.1",
"version": "0.3.2",
"description": "cli tool for communicating with comforter instance",

@@ -5,0 +5,0 @@ "scripts": {

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