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

netget

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netget - npm Package Compare versions

Comparing version 2.3.77 to 2.3.78

2

package.json
{
"name": "netget",
"version": "2.3.77",
"version": "2.3.78",
"description": "Rette Adepto/ Recibido Directamente.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -5,3 +5,2 @@ import os from 'os';

import { execShellCommand } from '../../utils/execShellCommand.js';
import { verifyNginxInstallation } from './verifyNginxInstallation.js';

@@ -46,4 +45,3 @@ const checkForChoco = async () => {

await execShellCommand(installCmd);
const isNginxVerified = await verifyNginxInstallation();
console.log(isNginxVerified ? chalk.green('NGINX is installed and verified successfully.') : chalk.yellow('NGINX is installed but could not be verified.'));
return true;
} catch (error) {

@@ -50,0 +48,0 @@ console.error(chalk.red(`${error.message}`));

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