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

snyk

Package Overview
Dependencies
Maintainers
2
Versions
1964
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

lib/is-ci.js

2

lib/monitor.js

@@ -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,

4

lib/spinner.js

@@ -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

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