
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
microboard_test
Advanced tools
This is a README for the whiteboard project. It contains information about the project, how to get started, and how to contribute.
When you run your development environment using docker-compose up, Docker will use the volume mount to link your local project directory with the one inside the container. When you make changes to your code, Nodemon will detect these changes and restart the Node.js process inside the container, giving you an experience close to developing without containers.
docker-compose -f docker-compose.dev.yml up --build
npm run prepare
To execute the Cucumber Playwright tests
docker-compose -f docker-compose.dev.yml run playwright npm run cucumber:playwright
docker build -t api:latest -f Dockerfile.export --build-arg INTEGRATION_UI=microboard .
docker create --name temp_container api:latest
docker export temp_container | gzip > api_container.tar.gz
docker rm temp_container
docker import api_container.tar.gz api:imported
openssl ecparam -genkey -name prime256v1 -noout -out access_private_key.pem
openssl ec -in access_private_key.pem -pubout -out access_public_key.pem
openssl ecparam -genkey -name prime256v1 -noout -out refresh_private_key.pem
openssl ec -in refresh_private_key.pem -pubout -out refresh_public_key.pem
docker-compose --verbose -f docker-compose.import.yml up
/usr/api
dist
node_modules
package.json
package-lock.json
public
.env
FAQs
Collaborative whiteboard
We found that microboard_test demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.