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
34.0.2

2

openfin v34/_v2/api/notification/notification.d.ts

@@ -20,3 +20,3 @@ import { Base, EmitterBase } from '../base';

* A notification is typically used to alert the user of some important event which
* requires his or her attention. Notifications are a child or your application that
* requires their attention. Notifications are a child or your application that
* are controlled by the runtime.

@@ -23,0 +23,0 @@ * @class

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

@@ -27,3 +27,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/openfin"
},

@@ -35,4 +36,4 @@ "scripts": {},

},
"typesPublisherContentHash": "dc8986e50d626519e118e299aef70d25f1dccf127d8a8c6272ba6959c1091fcd",
"typesPublisherContentHash": "8e8140b53bc120992f8f2fcbcd8bd10262bf7ebd5c3484feee2a4011c1d14ae9",
"typeScriptVersion": "2.9"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Wed, 07 Nov 2018 23:23:31 GMT
* Dependencies: node, ws
* Last updated: Mon, 14 Oct 2019 16:05:29 GMT
* Dependencies: @types/node, @types/ws
* Global values: fin
# Credits
These definitions were written by Chris Barker <https://github.com/chrisbarker>, Ricardo de Pena <https://github.com/rdepena>, Roma <https://github.com/whyn07m3>.
These definitions were written by Chris Barker <https://github.com/chrisbarker>, Ricardo de Pena <https://github.com/rdepena>, and Roma <https://github.com/whyn07m3>.

Sorry, the diff of this file is too big to display