Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@contentful/forma-36-tokens
Advanced tools
The design tokens for Forma 36, available as JSON, CSS, and SCSS.
These tokens are a key part of our design system and power both forma-36-react-components
and forma-36-fcss
.
yarn add @contentful/forma-36-tokens
Or for NPM
npm i @contentful/forma-36-tokens
import F36Tokens from '@contentful/forma-36-tokens';
@import '@contentful/forma-36-tokens/dist/css/index.css';
@import '@contentful/forma-36-tokens/dist/scss/index.scss';
import tokens from '@contentful/forma-36-tokens/dist/json/transitions/transition-easings';
For local development run yarn
from the root of this repo to install all dependencies and run yarn build
from the root of this repo to build all packages.
All tokens are kept in the src/tokens
directory and organised as so:
.
├── border-radius
│ ├── border-radius.js
├── box-shadows
│ ├── box-shadows.js
│ └── glows.js
├── colors
│ ├── colors-blue.js
│ ├── colors-contrast.js
│ ├── colors-coral.js
│ ├── colors-elements.js
│ ├── colors-green.js
│ ├── colors-ice.js
│ ├── colors-mint.js
│ ├── colors-orange.js
│ ├── colors-peach.js
│ ├── colors-red.js
│ ├── colors-semantic.js
│ ├── colors-text.js
│ └── colors-white.js
├── spacing.js
├── transitions
│ ├── transition-durations.js
│ └── transition-easings.js
├── typography
│ ├── font-base.js
│ ├── font-size.js
│ ├── font-stack.js
│ ├── font-weight.js
│ ├── letter-spacing.js
│ └── line-height.js
└── typography.js
yarn build
Running the build script will populate the dist
directory with separately built JSON, CSS, SCSS and JS file with TS typings.
This script populates the dist folder with all tokens as JSON, CSS, SCSS and JS. For CSS and SCSS builds, an index file is included for ease of importing.
FAQs
Forma 36 Tokens
We found that @contentful/forma-36-tokens demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 116 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.