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.3 to 0.3.4

2

lib/index.js

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

fs.accessSync(argv.zip, fs.F_OK); // check for existence of folder
var branchPath = './comforter-tmp/' + argv.branch;
var branchPath = './comforter-tmp/' + argv.branch.replace(/\//g, '-');
var dirDef = q.defer();

@@ -64,0 +64,0 @@ try {

{
"name": "comforter-cli",
"version": "0.3.3",
"version": "0.3.4",
"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