
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.
@kearisp/workspace
Advanced tools
npm i -g @kearisp/workspace
127.0.0.1 <domain>
cd /project-dir
ws init
ws domain:add <domain>
ws start -d
Options:
ws proxy:start
ws proxy:logs
To access the following services within the workspace, please add the following entries to your hosts file:
127.0.0.1 maildev.workspace
127.0.0.1 dbadmin-mariadb.workspace
ws maridb:start
The mariadb:backup
command is used to create a backup of a MariaDB database.
ws mariadb:backup [database]
The backup file will be saved in the following directory:
$WS_DIR/plugins/mariadb/dump/[dbname]/yyyy-MM-dd HH-mm.sql
The mariadb:delete-backup
command will remove file from $WS_DIR
directory.
ws mariadb:delete-backup [database] [filename]
The mariadb:dump
command is used to dump a MariaDB database to a file.
ws mairadb:dump [database] > dump.sql
You can add WS_DIR
into .bashrc
for changing ws data path.
export WS_DIR="$HOME/.workspace"
source <(ws completion script)
├── bin/
├── plugins/
│ ├── localtunnel/
│ ├── maildev/
│ ├── mariadb/
│ └── ngrok/
├── presets/
│ ├── apache/
│ ├── go/
│ ├── node/
│ └── shopify/
├── plugins/
└── src/
├── makes/
│ └── index.ts
├── models/
│ └── index.ts
├── types/
│ └── index.ts
├── utils/
│ └── index.ts
├── App.ts
├── env.ts
└── index.ts
FAQs
Docker workspace for web projects
The npm package @kearisp/workspace receives a total of 0 weekly downloads. As such, @kearisp/workspace popularity was classified as not popular.
We found that @kearisp/workspace 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
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.