Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Terminal application that customizable multiple process window.
yarn global add pw98
# or
npm install -g pw98
you can install it to project local, too
cd your/project/path
pw98 ./config.json
# or
pw98 /any/config/absolute/path.js
key | target pane | description |
---|---|---|
← or → | - | move selected pane. [none] -> [pane1] -> [pane2] -> ... -> [none] |
1 - 9 | - | select Nth pane |
0 | - | deselect pane |
m | selected pane | toggle maximum / minimum pane |
c | selected pane or all panes | clear log |
r | selected pane or all panes | restart process |
Ctrl+c | - | exit pw98 |
key | type | desc |
---|---|---|
direction | "row" | "column" | direction to split pane |
procs | Array<Proc | Pane> | can be nested |
key | type | example / description |
---|---|---|
name | string | "test" |
command | string | "yarn jest" |
refresh | boolean | refresh old output before current output. default is false . |
{
"direction": "row",
"procs": [
{ "name": "pane1", "command": "echo sample1-1" },
{ "name": "pane2", "command": "echo sample1-2" }
]
}
const pane1 = { name: "pane1", command: "echo sample2-1" };
const pane2 = { name: "pane2", command: "echo sample2-2" };
const pane3 = { name: "pane3", command: "echo sample2-3" };
const pane4 = { name: "pane4", command: "echo sample2-4" };
module.exports = {
direction: "row",
procs: [
pane1,
{
direction: "column",
procs: [
{
direction: "row",
procs: [pane2, pane3]
},
pane4
]
}
]
};
$ yarn watch
$ node bin/index.js ./examples/config.js
FAQs
customizable multiple process window
The npm package pw98 receives a total of 5 weekly downloads. As such, pw98 popularity was classified as not popular.
We found that pw98 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.