Socket
Socket
Sign inDemoInstall

@nut-tree/nut-js

Package Overview
Dependencies
128
Maintainers
1
Versions
312
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1-next.20240404054657 to 4.1.1-next.20240410220014

2

dist/lib/window.class.d.ts

@@ -15,2 +15,4 @@ import { OptionalSearchParameters, Point, Region, Size, WindowElement, WindowElementCallback, WindowElementQuery, WindowElementResultFindInput, WindowInterface } from "@nut-tree/shared";

focus(): Promise<boolean>;
minimize(): Promise<boolean>;
restore(): Promise<boolean>;
getElements(maxElements?: number): Promise<WindowElement>;

@@ -17,0 +19,0 @@ /**

@@ -63,2 +63,8 @@ "use strict";

}
async minimize() {
return this.providerRegistry.getWindow().minimizeWindow(this.windowHandle);
}
async restore() {
return this.providerRegistry.getWindow().restoreWindow(this.windowHandle);
}
async getElements(maxElements) {

@@ -65,0 +71,0 @@ return this.providerRegistry.getWindowElementInspector().getElements(this.windowHandle, maxElements);

10

package.json
{
"name": "@nut-tree/nut-js",
"version": "4.1.1-next.20240404054657",
"version": "4.1.1-next.20240410220014",
"license": "Apache-2.0",

@@ -50,6 +50,6 @@ "main": "dist/index",

"node-abort-controller": "3.1.1",
"@nut-tree/default-clipboard-provider": "4.1.1-next.20240404054657",
"@nut-tree/libnut": "4.1.1-next.20240404054657",
"@nut-tree/shared": "4.1.1-next.20240404054657",
"@nut-tree/provider-interfaces": "4.1.1-next.20240404054657"
"@nut-tree/default-clipboard-provider": "4.1.1-next.20240410220014",
"@nut-tree/libnut": "4.1.1-next.20240410220014",
"@nut-tree/provider-interfaces": "4.1.1-next.20240410220014",
"@nut-tree/shared": "4.1.1-next.20240410220014"
},

@@ -56,0 +56,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc