New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/openfin

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/openfin - npm Package Compare versions

Comparing version

to
15.0.2

22

openfin v15/index.d.ts

@@ -67,3 +67,3 @@ // Type definitions for OpenFin API 15.0

/**
* Retrieves an array of wrapped fin.desktop.Windows for each of the application�s child windows.
* Retrieves an array of wrapped fin.desktop.Windows for each of the application's child windows.
*/

@@ -100,3 +100,3 @@ getChildWindows(callback?: (children: OpenFinWindow[]) => void, errorCallback?: (reason: string) => void): void;

/**
* Removes the application�s icon from the tray.
* Removes the application's icon from the tray.
*/

@@ -278,4 +278,4 @@ removeTrayIcon(callback?: () => void, errorCallback?: (reason: string) => void): void;

* The size in pixels of an additional
* square resizable region located at the
* bottom right corner of a
* square resizable region located at the
* bottom right corner of a
* frameless window. (Default: 4)

@@ -851,7 +851,7 @@ */

* Class: Window
*
*
* new Window(options, callbackopt, errorCallbackopt)
*
*
* Creates a new OpenFin Window
*
*
* A basic window that wraps a native HTML window. Provides more fine-grained control over the window state such as the ability to minimize, maximize, restore, etc. By default a window does not show upon instantiation; instead the window's show() method must be invoked manually. The new window appears in the same process as the parent window.

@@ -893,3 +893,3 @@ * @param {any} options - The options of the window

getParentApplication(): OpenFinApplication;
/**
/**
* Gets the parent window.

@@ -920,3 +920,3 @@ */

* Closes the window.
* @param {force} Close will be prevented from closing when force is false and �close-requested� has been subscribed to for application�s main window.
* @param {force} Close will be prevented from closing when force is false and 'close-requested' has been subscribed to for application's main window.
*/

@@ -941,3 +941,3 @@ close(force?: boolean, callback?: () => void, errorCallback?: (reason: string) => void): void;

/**
* Flashes the window�s frame and taskbar icon until the window is activated.
* Flashes the window's frame and taskbar icon until the window is activated.
*/

@@ -1039,3 +1039,3 @@ flash(options?: any, callback?: () => void, errorCallback?: (reason: string) => void): void;

* Shows the window if it is hidden.
* @param {force} Show will be prevented from closing when force is false and �show-requested� has been subscribed to for application�s main window.
* @param {force} Show will be prevented from closing when force is false and 'show-requested' has been subscribed to for application's main window.
*/

@@ -1042,0 +1042,0 @@ show(force?: boolean, callback?: () => void, errorCallback?: (reason: string) => void): void;

{
"name": "@types/openfin",
"version": "15.0.1",
"version": "15.0.2",
"description": "TypeScript definitions for OpenFin API",
"license": "MIT",
"author": "Chris Barker <https://github.com/chrisbarker/>",
"contributors": [
{
"name": "Chris Barker",
"url": "https://github.com/chrisbarker/"
}
],
"main": "",

@@ -15,4 +20,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "115e4b90435b00d92728470afa5f5035cf5883f0c3612af35a6c8fdf6086d389",
"typesPublisherContentHash": "901e62b1c5cf95fe3cd3724953b2a417247e38a3a6879c634ff394d216371474",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 19 Jan 2017 14:46:19 GMT
* Last updated: Wed, 15 Feb 2017 17:40:20 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: fin

@@ -6,3 +6,8 @@ {

"data": {
"authors": "Chris Barker <https://github.com/chrisbarker/>",
"contributors": [
{
"name": "Chris Barker",
"url": "https://github.com/chrisbarker/"
}
],
"dependencies": {},

@@ -25,5 +30,5 @@ "pathMappings": {},

"hasPackageJson": false,
"contentHash": "115e4b90435b00d92728470afa5f5035cf5883f0c3612af35a6c8fdf6086d389"
"contentHash": "901e62b1c5cf95fe3cd3724953b2a417247e38a3a6879c634ff394d216371474"
},
"isLatest": false
}