
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
@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/bubblebench
npm 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
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.