Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@elevate_security/elevate-component-library
Advanced tools
A component library for sharing Elevate Components between each of our projects
npm install @elevate_security/elevate-component-library --save
cont Elevate = require('@elevate_security/elevate-component-library')
render() {
return (
<Elevate.Typography.H1>This is the tab content 1</Elevate.Typography.H1>
)
}
npm install
npm run-script storybook
run-script create [component name]
In component library, run: npm link
Take the generated link and import into your parent project like so:
const Elevate = require('/usr/local/lib/node_modules/@elevate_security/elevate-component-library')
const { Logo } = Elevate
In a release branch, use npm version
to bump the version in package.json
, commit and tag altogether.
VERSION=1.0.6
npm version $VERSION
git push origin : "v${VERSION}"
Then create a Pull Request from your release branch to master.
FAQs
A library of elevate UI components
The npm package @elevate_security/elevate-component-library receives a total of 206 weekly downloads. As such, @elevate_security/elevate-component-library popularity was classified as not popular.
We found that @elevate_security/elevate-component-library demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.