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

@openfin/node-adapter

Package Overview
Dependencies
Maintainers
0
Versions
446
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfin/node-adapter - npm Package Compare versions

Comparing version 40.100.3 to 40.100.5

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc