active-win
Advanced tools
Comparing version 5.1.3 to 6.0.0
{ | ||
"name": "active-win", | ||
"version": "5.1.3", | ||
"version": "6.0.0", | ||
"description": "Get metadata about the active window (title, id, bounds, owner, etc). Works on macOS, Linux, Windows.", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"test": "xo && ava && tsd", | ||
"build": "swift build --configuration=release --static-swift-stdlib && mv .build/release/active-win main", | ||
"//prepublishOnly": "npm run build" | ||
"build": "swift build --configuration=release && mv .build/release/active-win main", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -51,5 +51,5 @@ "files": [ | ||
"devDependencies": { | ||
"ava": "^1.4.1", | ||
"tsd": "^0.7.1", | ||
"xo": "^0.24.0" | ||
"ava": "^2.4.0", | ||
"tsd": "^0.10.0", | ||
"xo": "^0.25.3" | ||
}, | ||
@@ -56,0 +56,0 @@ "optionalDependencies": { |
@@ -7,3 +7,5 @@ # active-win [![Build Status](https://travis-ci.org/sindresorhus/active-win.svg?branch=master)](https://travis-ci.org/sindresorhus/active-win) | ||
Users on macOS 10.13 or earlier needs to download the [Swift runtime support libraries](https://support.apple.com/kb/DL1998). | ||
## Install | ||
@@ -85,3 +87,3 @@ | ||
- [active-win-cli](https://github.com/sindresorhus/active-win-cli) - CLI for this module | ||
- [active-win-log](https://github.com/uglow/active-win-log) - Window-usage logging CLI using this module | ||
- [active-win-log](https://github.com/uglow/active-win-log) - Window-usage logging CLI using this module | ||
@@ -93,6 +95,1 @@ | ||
- [Sebastián Ramírez](https://github.com/tiangolo) | ||
## License | ||
MIT |
Sorry, the diff of this file is not supported yet
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
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
92384
93