
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.
@digitalsurgeons/ui-patterns
Advanced tools
A fast way to install and maintain our common ui patterns and abstractions.
At the time of this repos creation, installing ui-patterns through npm gives you buttons, forms, grid, header, and typography.
You can see how these components look at http://ui-patterns.digitalsurgeonsdev.com
npm install @digitalsurgeons/ui-patterns
include node_modules in your scss path:
node-sass --include-path ./node_modules scss/app.scss public_html/dist/app.css
in your scss file:
@import '@digitalsurgeons/ui-patterns/scss/app'
git clone git@gitlab.com:digitalsurgeons/ui-patterns.git
npm install
npm run build
npm start
open your browser to http://localhost:8080
site=[site url here] npm run browsersync
new components can be created by making a scss partial
under the scss/components folder.
be sure to include all the dependencies for your new component
in the partial and also in scss/app.scss
how to publish to npm:
npm version patch | minor | major)FAQs
our UI patterns :)
We found that @digitalsurgeons/ui-patterns demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.