
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.
@fluid-experimental/bubblebench-sharedtree
Advanced tools
You can run this example using the following steps:
npm install and npm run build:fast -- --nolint from the FluidFramework root directory.
a. For an even faster build, you can add the package name to the build command, like this:
npm run build:fast -- --nolint @fluid-experimental/bubblebenchnpm run start from this directory (experimental/examples/bubblebench/sharedtree) and open http://localhost:8080 in a web browser to see the app running.Remember to produce a production bundle when taking measurements:
npm run start -- --env.production
npm run test:jest
For in browser testing update ./jest-puppeteer.config.js to:
launch: {
dumpio: true, // output browser console to cmd line
slowMo: 500,
headless: false,
},
FAQs
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.