Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@finsemble/finsemble-electron-adapter
Advanced tools
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/master/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 178 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.