
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
mson-react
Advanced tools
MSON-ReactUI Rendering Layer for React and Material-UI
The best way to get started with MSON is to play with the Getting Started App. In just a few lines of MSON, you'll generate an app that can list, edit, filter and sort a list of contacts. And, for extra fun, you can use Firebase to make it real-time capable.
Implementing great forms can be a real time-waster. With just a few lines of JSON, you can use MSON to generate forms that perform real-time validation and have a consistent layout.
yarn add mson-react or npm install mson-react<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Note: MSON-React uses font icons as the user can specify any Icon during runtime and the alternative of bundling all the icons as SVG icons would make your JS bundle hugeYou may find it useful to fire up the MSON demo locally:
git clone https://github.com/redgeoff/mson-react && cd mson-react && yarn installyarn startYou can also run the demo with a local version of MSON, if you want to experiment with local changes to MSON:
git clone https://github.com/redgeoff/mson && cd mson && yarn install && yarn compile && yarn link && cd ..git clone https://github.com/redgeoff/mson-react && cd mson-react && yarn install && yarn link msonyarn startSee MSON for details
FAQs
UI Rendering Layer for React and Material-UI
The npm package mson-react receives a total of 6 weekly downloads. As such, mson-react popularity was classified as not popular.
We found that mson-react 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.