Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
micro-frontend-react-pages
Advanced tools
Microfrontend workshop - A collection of Page components
All the page components in a single place.
This will be our first step in the workshop. After that we can refactor, improve and decouple our code.
yarn add micro-frontend-react-pages
# or
npm install micro-frontend-react-pages
For more details, see src/js/export.js
Check out the generator-poi@3.0.1
docs
for info on the repo layout, structure and meaning.
This project is using np
as publisher helper. For more information, please check np
documentation
npm run start
: start component page example using react-storybook
;npm run watch
: start component page in watch mode example using react-storybook
,npm run demo:deploy
: Publishing your component page in your Github Pagenpm run build:page
: Creates your page bundle;npm run build:library
: Creates your component bundle to be published in your NPM repository (public or private). This bundle will NOT include react-storybook
and other development dependencies;npm run serve:dist
: Creates a server based on the component page that will be deployed in your Github Page. This command is used to check the results locally before you deploy your component example page;npm run test
: Running unit tests using MochaJSnpm run tdd
: Running unit tests using MochaJS in watch mode. It will help you to create a component using Test Driven Development
approachSee CHANGELOG.md.
FAQs
Microfrontend workshop - A collection of Page components
The npm package micro-frontend-react-pages receives a total of 1 weekly downloads. As such, micro-frontend-react-pages popularity was classified as not popular.
We found that micro-frontend-react-pages demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.