
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.
@clevertech.biz/browse
Advanced tools
Command line utility to open links found in package.json
Put in your package.json
file a bunch of links with any tree strcuture you prefer. The leaves must be URLs.
{
"browse": {
"website": "https://example.com/",
"sentry": "https://sentry.example.com/example/project-name/",
"development": {
"server": {
"api": "https://api-dev.example.com/",
"frontend": "https://dev-dev.example.com/"
},
"sumologic": {
"api": "https://www.sumologic.com/whatever",
"cms": "https://www.sumologic.com/whatever",
"frontend": "https://www.sumologic.com/whatever"
}
}
}
}
Now you have a few options:
Just run this in the directory where your package.json
file is:
npx github:clevertech/browse [path]
Install by using either:
npm install @clevertech.biz/browse -D
yarn install @clevertech.biz/browse -D
Add a local script in your package.json
:
{
"scripts": {
"browse": "browse"
}
}
Then run:
npm/yarn run browse [path]
npm/yarn install @clevertech.biz/browse -g
Then just run
browse [path]
browse
works in two different ways. If you don't provide any command line argument it will print all available links and an autocomplete interface.
If you provide the path, it will open the link right away.
FAQs
Command line utility to open links found in package.json
We found that @clevertech.biz/browse 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.