@nodegui/os-utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@nodegui/os-utils", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A helper module which contains OS specific native features.", | ||
@@ -11,2 +11,3 @@ "main": "dist/index.js", | ||
"prepublishOnly": "rimraf dist && npm run build", | ||
"postinstall": "npm run build:addon", | ||
"build": "tsc && npm run build:addon", | ||
@@ -13,0 +14,0 @@ "build:addon": "cross-env CMAKE_BUILD_PARALLEL_LEVEL=8 cmake-js compile", |
@@ -7,3 +7,3 @@ # os-utils | ||
# Installation | ||
## Installation | ||
@@ -14,3 +14,3 @@ ``` | ||
# Usage | ||
## Usage | ||
@@ -34,5 +34,5 @@ ```js | ||
# Supported APIs | ||
## Supported APIs | ||
## macOS | ||
### macOS | ||
@@ -46,4 +46,4 @@ - Dock | ||
# License | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11787
1