Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@nulogy/tokens
Advanced tools
This is where Nulogy's design tokens are stored and converted using Style Dictionary
Design tokens are the visual design atoms of the design system — specifically, they are named entities that store visual design attributes. We use them in place of hard-coded values (such as hex values for color or pixel values for spacing) in order to maintain a scalable and consistent visual system for UI development.
⚠️ Note that this package is primarily designed to be used by @nulogy/components and @nulogy/css. You probably shouldn't be pulling this into an application, unless you need access to raw sass, css, or javascript values for some reason.
yarn add @nulogy/tokens
After installing, you'll have access to three variable files:
_variables.scss
for sass variables, used by @nulogy/css_exports.js
for javascript constants, used by @nulogy/components and converted into theme filevariables.css
for access to css variables3.0.2 (2020-06-23)
Note: Version bump only for package @nulogy/tokens
FAQs
Design tokens for the Nulogy Design System - http://nulogy.design
The npm package @nulogy/tokens receives a total of 196 weekly downloads. As such, @nulogy/tokens popularity was classified as not popular.
We found that @nulogy/tokens demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.