Socket
Socket
Sign inDemoInstall

containerjs-api-openfin

Package Overview
Dependencies
164
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    containerjs-api-openfin

The ContainerJS OpenFin API


Version published
Weekly downloads
3
decreased by-57.14%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

ContainerJS API for OpenFin

This project provides an implementation of ContainerJS which follows the Symphony Desktop Wrapper API Specification for OpenFin For more information, see The ContainerJS website

Usage

Add this package to your OpenFin project:

npm install containerjs-api-openfin --save

Running the app

Use the ssf-openfin binary to run the application. This can be installed globally by doing:

npm install --global containerjs-api-electron

Usage: ssf-openfin [options]

  Options:

    -V, --version                    output the version number
    -u, --url [url]                  Launch url for the application (can be specified in --config instead)
    -c, --config [filename]          (Optional) ContainerJS config file
    -s, --symphony                   (Optional) Use Symphony compatibility layer
    -d, --developer                  (Optional) Show developer context menu
    -o, --output-config [filename]   (Optional) Where to output the OpenFin config file
    -C, --config-url [url]           (Optional) Url to read the new app.json file from to start OpenFin
    -f, --openfin-version [version]  (Optional) Version of the OpenFin runtime to use, default is stable
    -n, --notification [directory]   (Optional) Generate an example notification file in the specified directory
    -h, --help                       output usage information

To run the application, do:

ssf-openfin --url http://website/index.html

FAQs

Last updated on 04 Oct 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc