
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.
Your own clipboard in the cloud
it use gist to store your clipboard data inspired by CloudClip
npm i -g cclip
or
yarn global add cclip
or
npx cclip
or
pnpm add -g cclip
or
bun install -g cclip
so first you need to create a github token
A github access token is needed before everything, you can generate a new one from: https://github.com/settings/tokens
then you can use the following commands
cclip init "your-github-token"
it will generate a config file in your home directory with the gist id
after that you can use the following commands
when you want to copy something
cclip copy "the name of gist"
when you want to paste something
cclip paste "the name of gist"
for more information you can use
cclip --help
now you will have in your clipboard the content of the gist
if you faced this issue with paste and looks like this
Command failed: C:\Users\Yourusername\WhereYouSavedYourClipBoard\node_modules\.pnpm\clipboardy@4.0.0\node_modules\clipboardy\fallbacks\windows\clipboard_x86_64.exe --paste thread 'main' panicked at 'Error: Could not paste from clipboard: Error { repr: Os { code: 0, message: "The operation completed successfully." } }', src\libcore\result.rs:906:4 note: Run with RUST_BACKTRACE=1 for a backtrace.
You will find the path where the clipboard_x86_64.exe is located in the error and try to do this github issue
C:\Users\Yourusername\WhereYouSavedYourClipBoard\node_modules.pnpm\clipboardy@4.0.0\node_modules\clipboardy\fallbacks\windows\clipboard_x86_64.exe
FAQs
A simple CLI tool to copy text to clipboard
We found that cclip demonstrated a healthy version release cadence and project activity because the last version was released less than 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.