Socket
Socket
Sign inDemoInstall

which-os

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

which-os - npm Package Compare versions

Comparing version 1.7.7 to 1.7.8

2

dist/cjs/cli.js

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

const result = option.fn();
if (!!commanderOptions.verbose) {
if (commanderOptions.verbose) {
console.info(option.description, result);

@@ -70,0 +70,0 @@ }

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

const result = option.fn();
if (!!commanderOptions.verbose) {
if (commanderOptions.verbose) {
console.info(option.description, result);

@@ -70,0 +70,0 @@ }

@@ -45,4 +45,4 @@ {

"type": "module",
"version": "1.7.7",
"gitHead": "3c0d19e5bb6a3f2904837ee4ce40e9ab3ee57db2"
"version": "1.7.8",
"gitHead": "3d90ad237990c63a6c7d9de2c4372d2b6e2d517b"
}
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