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

@augment-vir/node-js

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augment-vir/node-js - npm Package Compare versions

Comparing version 9.3.0 to 9.3.1

8

dist/augments/node-js-console.js

@@ -120,2 +120,8 @@ "use strict";

});
// handle killing the process
cliInterface.on('SIGINT', () => {
cliInterface.close();
process.stdout.write('\n');
process.kill(process.pid, 'SIGINT');
});
return new Promise((resolve, reject) => {

@@ -125,3 +131,3 @@ const timeoutId = timeoutMs

cliInterface.close();
reject(`Took too long to response (over "${timeoutMs / 1000}" seconds)`);
reject(`Took too long to respond (over "${timeoutMs / 1000}" seconds)`);
}, timeoutMs)

@@ -128,0 +134,0 @@ : undefined;

2

package.json
{
"name": "@augment-vir/node-js",
"version": "9.3.0",
"version": "9.3.1",
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/node-js",

@@ -5,0 +5,0 @@ "bugs": {

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