Socket
Socket
Sign inDemoInstall

pidtree

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.4.0

index.d.ts

8

package.json
{
"name": "pidtree",
"version": "0.3.1",
"version": "0.4.0",
"description": "Cross platform children list of a PID",

@@ -31,2 +31,3 @@ "license": "MIT",

"main": "index.js",
"types": "index.d.ts",
"bin": {

@@ -38,3 +39,4 @@ "pidtree": "./bin/pidtree.js"

"lib",
"index.js"
"index.js",
"index.d.ts"
],

@@ -50,2 +52,3 @@ "engines": {

"test": "nyc ava -m \"!*benchmark*\"",
"types": "tsd",
"bench": "ava -m \"*benchmark*\"",

@@ -66,2 +69,3 @@ "coverage": "codecov"

"tree-kill": "^1.1.0",
"tsd": "^0.11.0",
"xo": "~0.20.3"

@@ -68,0 +72,0 @@ },

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