
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
be-navigation
Advanced tools
Buyer Experience Navigation (be-navigation) contains a modular navigation for about.gitlab.com.
.nvmrc
, .tool-versions
, .npmrc
for the current node version.Start app: yarn dev
Lint: yarn lint
Serve built app: yarn preview
In previous versions, we had used Vue CLI, so make sure to update yarn install
dependencies if you had used this repo before the transition to Vite. Another big change we noticed was the removal of the scoped
attribute in Single File Components. This was leading to large CSS payloads. We should aim to keep the contents of /dist
under ~250kb to make sure that it is production optimized.
One consequence of this transition was that we broke Review Apps for this repo. We should configure that as soon as we have bandwidth for that.
Navigation release: Version x.x.xx
and include links to the MRs and Issues included in this releasemain
, with all changespackage.json
yarn build
npm publish
(Note: You may need to login with your npm credentials using npm login
)origin/main
be-navigation is available as an npm package.
// with npm
npm install be-navigation
// with yarn
yarn add be-navigation
FAQs
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
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.