
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-proton-app
Advanced tools
Create Proton Native apps with no build configuration. Works on Linux, MacOS and Windows.
npm install --global --production windows-build-tools
Install these libraries:
# install the cli
npm install -g create-proton-app
# create your proton native app
create-proton-app my-app
# got to your project directory and have fun!
cd my-app
npm run start
It will create a directory called my-app inside the current folder.
Inside that directory, it will generate the initial project structure and install Proton Native dependencies:
my-app
├── node_modules
├── package.json
├── index.js
└── .babelrc
We use electron-builder to handle the packaging for your application. Produces bundles for Linux(appImages, snaps, deb, rpm, ...) and MacOs. Windows support is unstable.
# build your app
npm run build
# bundle it
npm run dist
Only a minimal build/packaging config is provided, as your application grows you should take a look to the documentation.
We'd love to have your helping hand!
FAQs
Create Proton Native apps
The npm package create-proton-app receives a total of 4 weekly downloads. As such, create-proton-app popularity was classified as not popular.
We found that create-proton-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.