
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 tiny utility to post current directory contents to http://plnkr.co/edit
plunkOr plunk --dir path/to/dir --desc "A string describing the plunk" --tags "comma,separated,tags".
To submit plunks under your user and to update them, you need to be authorized.
For that:
document.cookie.match(/plnk_session=(\w+)/)[1] to obtain the session id.~/.plunk_config.json with the content { "auth": { "id": "..." } }, where ... means the output of step 2.This will save an authorized session which the utility will use.
An example of ~/.plunk_config.json:
{
"auth": { "id": "56224aba860eabcdef869189" }
}
'.'.plunk, uses it to update the plunk properly.plunk will create a brand-new plunk.
I found this behavior helpful, because when I clone an existing directory into a new example, it makes me sure I will not overwrite an existing plunk.--tags flag only works when creating a new plunk, not updating an existing one.FAQs
Utility to submit a directory to plnkr.co
The npm package plunk receives a total of 42 weekly downloads. As such, plunk popularity was classified as not popular.
We found that plunk 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.