
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.