
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@gridsuite/commons-ui
Advanced tools
Library for sharing GridSuite apps commons components
The commons-ui library have a demo app in which you can call your components to test them.
The npm start command install the library's dependencies then launches the demo app.
npm run type-check - Runs TypeScript type checking without emitting files. This ensures all developers use the project's local TypeScript version from node_modules rather than a potentially different globally-installed version. Run this to verify your code has no type errors before committing.
npm run build - Builds the library. Note: This automatically runs npm run prebuild first.
npm run prebuild - Runs linting and type checking before the build. This script is executed automatically by npm before npm run build and ensures that the build is not executed if linting or type checking fails. You don't need to call this manually unless you want to verify code quality without building.
If you want to test your library integration with a consumer application my-app you have first to build commons-ui via
npm install (if not already done to get tsc)npm run build:packThen in the my-app project :
@gridsuite/commons-ui:"^x.x.x"@gridsuite/commons-ui:"file:{PATH_TO_LIBRARY}/gridsuite-commons-ui-{LIBRARY_VERSION}.tgz"npm installnpm startWarning : with Create React App, we realised the library was not updating correctly if you try to install the library multiple times. To fix this, run this command from the app after running "npm install"
If you want to deploy a new version of commons-ui in the NPM package registry, first you need some permissions. You need to be a member of the gridsuite organization and a member of the 'developers' team. Only in this case, you need to follow the steps below:
Otherwise ask someone who has the permission.
To check dependencies license compatibility with this project one locally, please run the following command :
npm run licenses-check
Notes :
FAQs
common react components for gridsuite applications
The npm package @gridsuite/commons-ui receives a total of 959 weekly downloads. As such, @gridsuite/commons-ui popularity was classified as not popular.
We found that @gridsuite/commons-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.