
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@gnosis.pm/dapp-ui
Advanced tools
Web3 provider setup functions built with Typescript and love. From Gnosis.
Reusable Dapp UI components and setup functions
As is probably already familiar, run:
npm i
This will also automatically install the deps inside the examples/ts-frontend folder, allowing you to run the test frontend as seen in the Running example frontend instructions below.
npm run build
Troubleshooting:
node_modules inside examples/ts-frontend are installed. Can be done manually via cd ./examples/ts-frontend && npm itest.walletconnect.org and make sure to clear cache by disconnecting from the mobile app and hard refreshing. Gnosis Safe WalletConnect is currently NOT working.npm run test
Build the library with npm run build
Inside ./examples/cra-test, install dependencies npm install and run the example npm start
To run eslint --fix on save add to the settings.json file:
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{"language": "typescript", "autoFix": true },
{"language": "typescriptreact", "autoFix": true }
]
FAQs
Web3 provider setup functions built with Typescript and love. From Gnosis.
We found that @gnosis.pm/dapp-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.