
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.
@grafana/tsconfig
Advanced tools
Grafana's TypeScript config.
yarn add @grafana/tsconfig --dev
or:
npm install @grafana/tsconfig --save-dev
{
"extends": "@grafana/tsconfig"
}
or:
{
"extends": "@grafana/tsconfig/base.json"
}
Publishing is handled by github actions which is triggered by a merge to master that contains a change to the version property in the package.json
file. You can either do that manually or use the command below to version bump, commit and tag.
npm version [<newversion> | major | minor | patch ]
Also be sure to update any official packages that depend on this with fixes and version increases.
It's probable that any change will be a breaking one, so it's best to stick to major version releases.
FAQs
Grafana's TypeScript config
The npm package @grafana/tsconfig receives a total of 118,541 weekly downloads. As such, @grafana/tsconfig popularity was classified as popular.
We found that @grafana/tsconfig demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 22 open source maintainers 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.