
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
Use npm to install unit-cli globaly
npm i -g unit-cli
Then use it like any other console command
unit-cli
In the first run it will ask provide you account information from unitcluster.com, such as API token which you could find on https://unitcluster.com/account/settings and login
First create new unit with new [unit] [description] command inside cli
unit-cli-$ new greeter-unit "Hello world unitcluster app"
unit-cli will create new folder inside your units folder that you provided at login. Also it will output to you path to this folder like this
✔ Unit created at /path/to/your/units/directory/greeter-unit
Then edit unit files. For example paste this to your greeter-unit/index.js
module.exports = unit => unit.done(null, 'Hello world!')
Right after you save changes on your computer unit-cli will update unit and show you how to run it
✔ Press [Ctrl + R] or type [run greeter-unit] to run greeter-unit
Press shortcut on keybord or type run [unit name] to run your unit and get output from it right into your console
[ greeter-unit-result ] Hello world!
Its done :rocket:
FAQs
Unitcluster cli tool
We found that unit-cli 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.