
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.
initx
A more convenient scripting engine
npx initx <something>
initx
can quickly execute some scripts through plug-ins to simplify complex functions
like ...
@initx-plugin/git
plugin
# before
git config --global user.name "foo"
git config --global user.email "foo@example.com"
# after
initx user foo foo@example.com
@initx-plugin/cp
plugin
# before
gpg -k # get the key id
gpg --armor --export <key-id> # export the key
# after
initx cp gpg
# before
# open ~/.ssh/id_rsa.pub or C:/Users/<username>/.ssh/id_rsa.pub and copy it
# after
initx cp ssh
@initx-plugin/pm
# before
# open github, copy clone url
# use terminal cd to ~/projects, git clone <url>
# maybe more steps
# after
initx pm add ~/projects # add projects directory, only need to do it once
initx create user/repo
# or initx pm create user/repo project-name
Install it globally
npm i -g initx
Then you can ignore npx
initx <command> [options]
Use various functions by installing plugins
initx plugin add <plugin-name>
This will install the @initx-plugin/git
plugin
initx plugin add git
Use initx-plugin-starter to get started
FAQs
A more convenient scripting engine
We found that initx demonstrated a healthy version release cadence and project activity because the last version was released less than 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.