
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
A checklist to make sure you got everything before doing something (like commiting!)
A tiny Node CLI tool to make sure you don't forget anything. Slightly glorified todo checklist.
Still under construction, it's my first time doing Node CLI tooling :wrench:
Here's a simple sample:

$ prefly create [fileName]
To create a new checklist! It then asks you to for items to add to the checklist. After creating a checklist from the console, your checklist would look like this:

If you want, you can write the checklist yourself and you can make it look like so:

Once you have a checklist, you can check it like so:
$ prefly check [fileName]
To check the checklist on file fileName (or checklist.json) by default.
Lets say that you need to run the checklist before every time you release, and you need to cancel you operation if you don't meet every item on your list? then you should pass -c or --critical to the check command. For example, lets say that you run thru the list to make sure you want to print your nuclear launch codes to the screen! Your command would look like this:
$ prefly check --critical ./nuclearLaunchChecklist.json&&echo $NUCLEAR_CODES
If you don't pass the checklist, you don't get the nuclear codes! Everyone wins!
This is still under construction and forever considering improvements to it.
:dizzy: Enjoy!
FAQs
A checklist to make sure you got everything before doing something (like commiting!)
We found that prefly 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 breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.