Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@wixc3/engine-electron
Advanced tools
This is a cli tool, as well as a library which allows running [engine](https://github.com/wixplosives/engine) applications in electron.
This is a cli tool, as well as a library which allows running engine applications in electron.
To run first install this package as a dependency
npm i @wixc3/engine-electron
Then, to run your application in electron just run
npx engine-electron start -f <my feature> -e <electron host environment>
If you want to build your application as an electron application just run
npx engine-electron build -f <my feature> -e <electron host environment>
This will create a "build" folder, in which the packed electron application will be located at
Argument | Alias | Description | Is mandatory | Default value |
---|---|---|---|---|
--featureName | -f | The feature you want to run | Yes | |
--configName | -c | the name of the config you want your application to run with | No | |
--envName | -e | The name of the environment running in the electron-main process | Yes | |
--basePath | The path which is where to search the feature at | No | process.cwd() | |
--devtools | whether should open the browser window with devtools | No | false |
Argument | Alias | Description | Is mandatory | Default value |
---|---|---|---|---|
--featureName | -f | The feature you want to run | Yes | |
--configName | -c | the name of the config you want your application to run with | No | |
--envName | -e | The name of the environment running in the electron-main process | Yes | |
--basePath | The path which is where to search the feature at | No | process.cwd() | |
--tsConfigPath | Relative path to the tsconfig file with which the features should be built with | No | tsconfig.json | |
--outDir | the directory to which the bundled and transpiled code will be saved (relative to basePath) | No | dist | |
--electronBuilderConfigFileName | The name of the electrion builder config file (relative to basePath) | No | electron-build.json |
FAQs
Unknown package
The npm package @wixc3/engine-electron receives a total of 37 weekly downloads. As such, @wixc3/engine-electron popularity was classified as not popular.
We found that @wixc3/engine-electron demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 69 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.