Socket
Socket
Sign inDemoInstall

winapi

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winapi - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

2

package.json
{
"name": "winapi",
"version": "2.1.0",
"version": "2.2.0",
"description": "Misc windows API wrappers",

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

@@ -33,2 +33,11 @@ # winapi

## require('winapi').GetChildrenProcess([parentProcessId])
List all children process (of specified parent PID, default to current process)
## require('winapi').GetParentProcess([childProcessId])
Get a process parent PID (of specified process PID, default to current process)
## require('winapi').GetTickCount()

@@ -35,0 +44,0 @@ Retrieves the number of milliseconds that have elapsed since the system was started (uptime). ([see MSDN](https://msdn.microsoft.com/en-us/library/windows/desktop/ms724408%28v=vs.85%29.aspx) )

Sorry, the diff of this file is not supported yet

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