Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

active-win

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

active-win - npm Package Compare versions

Comparing version 5.1.3 to 6.0.0

12

package.json
{
"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

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