@openfin/node-adapter
Advanced tools
Comparing version 40.100.3 to 40.100.5
{ | ||
"name": "@openfin/node-adapter", | ||
"version": "40.100.3", | ||
"version": "40.100.5", | ||
"description": "See README.md", | ||
@@ -27,3 +27,3 @@ "main": "out/node-adapter.js", | ||
"@types/node": "^20.14.2", | ||
"@openfin/core": "40.100.3", | ||
"@openfin/core": "40.100.5", | ||
"lodash": "^4.17.21", | ||
@@ -30,0 +30,0 @@ "ws": "^7.3.0" |
@@ -19,3 +19,3 @@ # OpenFin Node.js adapter | ||
> Note: `connect` instantiates a Runtime instance if one does not exist for the given configuration. If a Runtime is already running, `connect` simply establishes a new connection. | ||
> Note: `connect` instantiates a Runtime instance if one does not exist for the given configuration. If a Runtime is already running, `connect` simply establishes a new connection. | ||
@@ -38,3 +38,3 @@ ### Connecting via Runtime Version | ||
### Connecting via Manifest URL | ||
### Connecting via Manifest URL | ||
@@ -106,3 +106,3 @@ ```javascript | ||
# Migrating from openfin-adapter to @openfin/node-adapter | ||
# Migrating from openfin-adapter to @openfin/node-adapter | ||
@@ -120,4 +120,4 @@ For users of the `connect` and `launch` functions in `openfin-adapter`, no changes are necessary, other than updating the dependency name. | ||
const fin: Fin = await connect({ | ||
uuid: 'external-connection-1', | ||
runtime: { version: 'stable' } | ||
uuid: 'external-connection-1', | ||
runtime: { version: 'stable' } | ||
}); | ||
@@ -133,5 +133,5 @@ const app: Application = await fin.Application.start({...}); | ||
(async () => { | ||
const fin: OpenFin.Fin<'external connection'> = await connect({ | ||
uuid: 'external-connection-1', | ||
runtime: { version: 'stable' } | ||
const fin: OpenFin.Fin<'external connection'> = await connect({ | ||
uuid: 'external-connection-1', | ||
runtime: { version: 'stable' } | ||
}); | ||
@@ -149,11 +149,1 @@ const app: OpenFin.Application = await fin.Application.start({...}); | ||
- [API reference](https://developer.openfin.co/docs/javascript/stable) | ||
## License | ||
Copyright 2020-2023 OpenFin | ||
The code in this package is distributed under the Apache License, Version 2.0. | ||
However, if you run this code, it may call on the OpenFin RVM or OpenFin Runtime, which are covered by OpenFin's Developer, Community, and Enterprise licenses. You can learn more about OpenFin licensing at the links listed below or email us at support@openfin.co with questions. | ||
- [Developer agreement](https://openfin.co/developer-agreement/) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
20533094
18297
6
144
+ Added@openfin/core@40.100.5(transitive)
- Removed@openfin/core@40.100.3(transitive)
Updated@openfin/core@40.100.5