Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@finsemble/finsemble-electron-adapter
Advanced tools
Adapter for running finsemble on electron
A secure container for building SmartDesktops.
Grab it from NPM:
yarn add @finsemble/finsemble-electron-adapter
FEA provides three entry points: app.js
,e2oLauncher
,packager
.
Note: Electron (electron-packager actually) requires that "main" in package.json points to the Electon application entry point. Therefore, the "exports" from FEA have to come from another file. We therefore manually include "exports.js" in package.json "files", and anyone that imports (e.g. seed project) must append this to the import:
Example let FEA=require("@finsemble/finsemble-electron-adapter/exports");
/dist/app.js
is the main Electron application. This is passed as a command line parameter to Electron.
e2oLauncher
allows FEA to be launched from a node process (instead of from an Electron exe). It spawns dist/app.js in
a background child process.
Example:
const params = {manifest: "http://localhost:3375/config/manifest.json"}
e2o.e2oLauncher(params,cb)
FEA uses electron-packager
(https://github.com/electron-userland/electron-packager/blob/main/docs/api.md )
electron-wininstaller
(https://github.com/electron/windows-installer) to package and create installers. You must first
create a "package" before creating your "installer". (See electron-packager
for more details.)
FEA provides three utility functions under finsemble-electron-adapter.packager
:
createPackage
,createInstaller
,createFullInstaller
.
FAQs
Finsemble's Electron based runtime
The npm package @finsemble/finsemble-electron-adapter receives a total of 176 weekly downloads. As such, @finsemble/finsemble-electron-adapter popularity was classified as not popular.
We found that @finsemble/finsemble-electron-adapter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.