
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@appsignal-tools/design-system
Advanced tools
$ yarn add appsignal/design-system
import "@appsignal-tools/design-system"
publicPath: "/"
setup in our output
for webpack. See: https://webpack.js.org/guides/public-path/When you're working on the design system it is usually nice to see the changes
that you made right away without having to push to GitHub first. You can do so
with yarn link
.
yarn install
yarn link
The package is now available to be linked in other applications:
yarn link @appsignal-tools/design-system
When you make changes to the design system, you need to build a new version so the projects that consume this package can actually use this.
While developing, the easiest way to build a new version is by running yarn build:watch
.
If you only want to build, but not watch for changes you can use yarn build
.
When you make a change, please make sure this gets added to the Changelog.
main
: $ git tag -a VERSION
$ git push origin VERSION
$ npm publish
FAQs
## Install
The npm package @appsignal-tools/design-system receives a total of 671 weekly downloads. As such, @appsignal-tools/design-system popularity was classified as not popular.
We found that @appsignal-tools/design-system demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.