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.4.4 to 0.4.5

4

package.json
{
"name": "comforter-cli",
"version": "0.4.4",
"version": "0.4.5",
"description": "cli tool for communicating with comforter instance",

@@ -29,3 +29,3 @@ "scripts": {

"q": "^1.4.1",
"restler": "^3.4.0",
"restler": "git+https://gitlab.goreact.com/erikdonohoo/restler-node-8.git",
"rimraf": "^2.5.0",

@@ -32,0 +32,0 @@ "tar.gz": "^1.0.2"

@@ -34,3 +34,3 @@ 'use strict';

child.exec('node ' + __dirname + '/../lib/index.js --branch branch --apiKey key --project 1 --host a --commit sha --path ' +
__dirname + '/../test/lcovv.info > ' + outfile, function (err) {
__dirname + '/../test/lcovv.info --name coolProject > ' + outfile, function (err) {
code.expect(err).to.exist();

@@ -37,0 +37,0 @@ code.expect(err.toString()).to.contain('LCOV file could not be found');

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