New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

find-process

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-process - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

8

HISTORY.md
1.4.5 / 2021-09-21
==================
* chore: bump to 1.4.5
* fix: fix find-process
* chore(deps): bump path-parse from 1.0.6 to 1.0.7
* chore(deps): bump y18n from 4.0.0 to 4.0.1
1.4.4 / 2020-10-22

@@ -3,0 +11,0 @@ ==================

2

lib/find.js

@@ -60,3 +60,3 @@ /*

} else {
findBy[by](value, strict).then(resolve, reject)
if (by === 'pid' && typeof value !== 'number') { reject(new Error('pid must be a number')) } else if (by === 'port' && typeof value !== 'number') { reject(new Error('port must be a number')) } else { findBy[by](value, strict).then(resolve, reject) }
}

@@ -63,0 +63,0 @@ })

{
"name": "find-process",
"version": "1.4.4",
"version": "1.4.5",
"description": "find process info by port/pid/name etc.",

@@ -5,0 +5,0 @@ "main": "index.js",

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