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
5
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.10.0 to 0.11.0

2

dist/generated/plugin.d.ts

@@ -94,3 +94,3 @@ interface Options {

interface Window {
td: {
todesktop: {
activeWin: {

@@ -97,0 +97,0 @@ getActiveWin: GetActiveWin;

@@ -13,3 +13,3 @@ "use strict";

exports.getActiveWin = void 0;
const getActiveWin = (options) => __awaiter(void 0, void 0, void 0, function* () { return yield window.td.activeWin.getActiveWin(options); });
const getActiveWin = (options) => __awaiter(void 0, void 0, void 0, function* () { return yield window.todesktop.activeWin.getActiveWin(options); });
exports.getActiveWin = getActiveWin;
{
"name": "@todesktop/client-active-win",
"version": "0.10.0",
"version": "0.11.0",
"description": "",

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

@@ -94,3 +94,3 @@ interface Options {

interface Window {
td: {
todesktop: {
activeWin: {

@@ -97,0 +97,0 @@ getActiveWin: GetActiveWin;

import type { getActiveWin as _getActiveWin } from "./generated/plugin";
export const getActiveWin: typeof _getActiveWin = async (options) =>
await window.td.activeWin.getActiveWin(options);
await window.todesktop.activeWin.getActiveWin(options);
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