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.75 to 2.3.76

2

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

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

@@ -8,2 +8,4 @@ // netget_MainMenu.js

import { handleGets } from './Gets/Gets.js';
import pkg from '../../package.json' assert { type: 'json' };
console.log(`

@@ -15,3 +17,3 @@ Welcome to:

`);
console.log(`v${pkg.version}...`); // Logs the current version of the application
export async function NetGetMainMenu() {

@@ -29,3 +31,3 @@ /*

name: 'action',
message: 'Choose an action:',
message: 'Main Menu:',
choices: ['NetGetX', 'Gateways', 'Gets', new inquirer.Separator(), 'Exit'],

@@ -32,0 +34,0 @@ },

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