
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
CLI tool for deploying Codename One applications
$ npm install cn1-deploy -g
NOTE: On unix/linux/Mac systems you'll need to use sudo for the command. On Windows this command should work as long as your are using an admin account.
Open terminal and navigate to a Codename One project directory.
Initializing a Desktop Project
$ cn1-deploy init javase
This creates a folder "cn1-deployments/javase" with a package.json file with all of the settings necessary to build and deploy the app for Desktops.
Building the App for Desktop
$ cn1-deploy build javase
The first time this is run, this will submit a job to the Codename One build server to generate the desktop app. When complete, the app you will have an executable jar ready to run in "cn1-deployments/javase/dist".
Installing the App on Local Machine
$ cn1-deploy install javase
This will bundle the app and make it so it can be run on the command line of the local machine when the user enters the command name.
Publishing App to NPM
$ cn1-deploy publish javase
This will publish your app on NPM so that it can be installed on any machine that has NodeJS installed via the one-line command:
$ npm install your-app-name
and then will be runnable immediately via:
$ your-command-name
FAQs
CLI tool for deploying Codename One applications
We found that cn1-deploy 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.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.