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.6.0 to 0.7.0

6

dist/index.js

@@ -0,1 +1,2 @@

"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -10,2 +11,5 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

};
export const getActiveWin = (options) => __awaiter(void 0, void 0, void 0, function* () { return yield window.td.getActiveWin(options); });
Object.defineProperty(exports, "__esModule", { value: true });
exports.getActiveWin = void 0;
const getActiveWin = (options) => __awaiter(void 0, void 0, void 0, function* () { return yield window.td.getActiveWin(options); });
exports.getActiveWin = getActiveWin;

4

package.json
{
"name": "@todesktop/client-active-win",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -f ./dist/* && tsc",
"build": "rm -f ./dist/* && tsc --module commonjs",
"prepublishOnly": "npm run build",

@@ -9,0 +9,0 @@ "release:minor": "npm version minor && npm publish",

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