Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@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 382 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 found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.