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

@todesktop/client-active-win

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@todesktop/client-active-win - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

2

package.json
{
"name": "@todesktop/client-active-win",
"version": "0.14.0",
"version": "0.15.0",
"description": "",

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

@@ -1,14 +0,5 @@

- [ToDesktop Client Active Win](#todesktop-client-active-win)
- [Installation](#installation)
- [Usage](#usage)
- [Architecture](#architecture)
- [Development](#development)
# ToDesktop Active Win
# ToDesktop Client Active Win
Get metadata about the active window.
This is the repo for the [ToDesktop Active Win](https://github.com/ToDesktop/todesktop-active-win) client.
This is a zero-dependency package for interacting with [@todesktop/plugin-active-win](https://www.npmjs.com/package/@todesktop/plugin-active-win). This package exposes a set of functions for getting metadata about the active window.
## Installation

@@ -19,9 +10,11 @@

```sh
$ npm install @todesktop/client-active-win
npm install @todesktop/client-active-win
```
Installation of the [plugin](https://www.npmjs.com/package/@todesktop/plugin-active-win) package is also necessary.
Installation of the [plugin](https://www.npmjs.com/package/@todesktop/plugin-active-win) package is also necessary. Using ToDesktop Builder, navigate to **Plugins.** Click on the **Explore** button for "Active Window" and install the package.
## Usage
### `getActiveWin`
Get metadata about the active window (title, id, bounds, owner, etc).

@@ -56,12 +49,1 @@

```
## Architecture
This package requires the following files:
- `src/index.ts`: exposes plugin functionality through strongly-typed, easy-to-use functions.
- `src/generated/plugin.d.ts`: automatically generated types from `@todesktop/plugin-active-win`'s `index.ts` file.
## Development
Refer to the [root](https://github.com/ToDesktop/todesktop-active-win) repo for development instructions.
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