comforter-cli
Advanced tools
Comparing version 0.4.4 to 0.4.5
{ | ||
"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'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10181
1
- Removediconv-lite@0.2.11(transitive)
- Removedqs@1.2.0(transitive)
- Removedrestler@3.4.0(transitive)
- Removedsax@0.5.8(transitive)
- Removedxml2js@0.4.0(transitive)
- Removedxmlbuilder@15.1.1(transitive)
- Removedyaml@0.2.3(transitive)
Updatedrestler@git+https://gitlab.goreact.com/erikdonohoo/restler-node-8.git