
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@cubing/deploy
Advanced tools
Dreamhost-compatible deploys using [`bun`](https://bun.sh/) and `rsync`.
Dreamhost-compatible deploys using bun
and rsync
.
bun add --development @cubing/deploy
# or
npm install --save-dev @cubing/deploy
package.json
:{
"@cubing/deploy": {
"https://experiments.cubing.net/test/deploy": {}
}
}
bun x @cubing/deploy
Usage: npx @cubing/deploy (or: bun x @cubing/deploy)
Deploy to a shared host like Dreamhost with minimal configuration.
Options:
--help
--dry-run
--create-folder-on-server
Requires `rsync` to be installed. Reads target URLs from a field in `package.json` in the current folder:
{
"@cubing/deploy": {
"https://experiments.cubing.net/test/deploy": {}
},
}
This example will be deployed from the following folder:
./dist/web/experiments.cubing.net/test/deploy/
The following ignored patterns are always included:
- `.git`
- `.DS_Store` (impossible to prevent macOS from creating)
Target URLs may include any of the following options:
{
"@cubing/deploy": {
"$schema": "./node_modules/@cubing/deploy/config-schema.json",
"https://experiments.cubing.net/test/deploy": {
"fromLocalDir": "./dist/custom-path/",
"additionalExcludes": [".cache"]
}
}
}
FAQs
Dreamhost-compatible deploys using [`bun`](https://bun.sh/) and `rsync`.
The npm package @cubing/deploy receives a total of 122 weekly downloads. As such, @cubing/deploy popularity was classified as not popular.
We found that @cubing/deploy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.