Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
bb-copy-sources-plugin
Advanced tools
Plugin for bobril-build which copies sources to defined location
Plugin for bobril-build for copying all files from src
directory to any other directory after each interactive recompile.
To enable copying of source files you have to go through two steps:
.copy
(probably at project root) and put there path to copying destination directory so then
file content could looks like/path/to/destination/dir
{
"bobril": {
"plugins": {
"bb-copy-sources-plugin": {
"copyFile": "/path/to/file/.copy"
}
}
}
}
Filename .copy
is not required, every other name will work.
For example when you set as a destination empty directory C:/test-plugin/
then new directory C:/test-plugin/src
will
be created there after recompiling and all sources from your project src
will be copied there.
bb plugins -i bb-copy-sources-plugin
FAQs
Plugin for bobril-build which copies sources to defined location
We found that bb-copy-sources-plugin 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.