Comparing version 1.2.0 to 1.3.0
@@ -10,2 +10,3 @@ module.exports = monitor; | ||
var os = require('os'); | ||
var isCI = require('./is-ci'); | ||
var modules = []; | ||
@@ -21,2 +22,3 @@ | ||
id: meta.id || snyk.id || modules.name, | ||
ci: isCI, | ||
pid: process.pid, | ||
@@ -23,0 +25,0 @@ node: process.version, |
@@ -45,3 +45,5 @@ module.exports = createSpinner; | ||
var s = spinners[label].pop(); | ||
s.clear(); | ||
if (s) { | ||
s.clear(); | ||
} | ||
} | ||
@@ -48,0 +50,0 @@ return res; |
@@ -10,2 +10,3 @@ module.exports = test; | ||
var spinner = require('./spinner'); | ||
var isCI = require('./is-ci'); | ||
@@ -35,2 +36,3 @@ // important: this is different from ./config (which is the *user's* config) | ||
headers: { | ||
'x-is-ci': isCI, | ||
authorization: 'token ' + snyk.api, | ||
@@ -37,0 +39,0 @@ }, |
@@ -62,3 +62,3 @@ { | ||
}, | ||
"version": "1.2.0" | ||
"version": "1.3.0" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
100922
47
2446