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
37.0.2

6

openfin/index.d.ts

@@ -423,3 +423,3 @@ // Type definitions for OpenFin API 37.0

*/
duration?: number | "never";
timeout?: number | "never";
/**

@@ -808,5 +808,5 @@ * The url of the notification

/**
* Gets the current state ("minimized", "maximized", or "restored") of the window.
* Gets the current state ("minimized", "maximized", or "normal") of the window.
*/
getState(callback?: (state: "minimized" | "maximized" | "restored") => void, errorCallback?: (reason: string) => void): void;
getState(callback?: (state: "minimized" | "maximized" | "normal") => void, errorCallback?: (reason: string) => void): void;
/**

@@ -813,0 +813,0 @@ * Returns the zoom level of the window.

{
"name": "@types/openfin",
"version": "37.0.1",
"version": "37.0.2",
"description": "TypeScript definitions for OpenFin API",

@@ -39,4 +39,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "16c28b79c7a63bc73803b942ed612a2d6b46ededbc89cdaab11aa5f4b3305219",
"typesPublisherContentHash": "f1e9369ed8270b10a604bbe2e53bf809d129474e5693a56b2b92fc5476781a5e",
"typeScriptVersion": "2.9"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Tue, 20 Nov 2018 17:03:28 GMT
* Dependencies: node, ws
* Last updated: Mon, 03 Dec 2018 23:59:13 GMT
* Dependencies: @types/node, @types/ws
* Global values: fin

@@ -15,0 +15,0 @@