Socket
Socket
Sign inDemoInstall

cjet-dev-utils

Package Overview
Dependencies
194
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

3

getProcessForPort.js

@@ -12,3 +12,2 @@ /**

var execSync = require('child_process').execSync;
var execFileSync = require('child_process').execFileSync;
var path = require('path');

@@ -30,3 +29,3 @@

function getProcessIdOnPort(port) {
return execFileSync('lsof', ['-i:' + port, '-P', '-t', '-sTCP:LISTEN'], execOptions)
return execSync('lsof -i:' + port + ' -P -t -sTCP:LISTEN', execOptions)
.split('\n')[0]

@@ -33,0 +32,0 @@ .trim();

{
"name": "cjet-dev-utils",
"version": "1.0.1",
"version": "1.0.2",
"description": "Webpack utilities used by cjet",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc