
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.
@nlazzos/gittix-common
Advanced tools
The package must be in a git repository, so we first commit the changes.
git add .
git commit -m "some message"
Then every time we are going to publish a new version, we have to update the version number, so with that command, npm will automatically update the version for us.
npm version patch
In this case, we are writing the package in TypeScript but we want to publish it as JavaScript and add the TypeScript types separately, so with the build
script, we are generating the corresponging files in the ./build
folder (see package.json
).
npm run build
Finally we can publish it to npm running the following command.
npm publish
FAQs
Shared code across the services.
The npm package @nlazzos/gittix-common receives a total of 4 weekly downloads. As such, @nlazzos/gittix-common popularity was classified as not popular.
We found that @nlazzos/gittix-common 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.