Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@sb1/ffe-core
Advanced tools
ffe-core has Less common to all components in FFE - typography, colors, etc. It also includes JavaScript exports for color and breakpoint variables.
npm install --save @sb1/ffe-core
npm install --save-dev less less-plugin-npm-import # less-plugin is optional, but can simplify imports
/* Your project's main .less import file */
@import 'npm://@sb1/ffe-core/less/ffe'; // with less-plugin
@import '~@sb1/ffe-core/less/ffe'; // with webpack and less-loader
@import '../path/to/node_modules/@sb1/ffe-core/less/ffe'; // direct reference
In previous versions of ffe-core
, some styling was applied directly to DOM
elements. This practice is discouraged, but if you require it for legacy
reasons, it is still available as an optional import:
@import '~@sb1/ffe-core/less/ffe-element-styling';
In some cases, you don't require everything in this package. You can import the pieces you require if you want:
// Variables
@import '~@sb1/ffe-core/less/colors';
@import '~@sb1/ffe-core/less/breakpoints';
@import '~@sb1/ffe-core/less/dimensions';
@import '~@sb1/ffe-core/less/motion';
// Font size mixins
@import '~@sb1/ffe-core/less/font-sizes';
// Basic typography
@import '~@sb1/ffe-core/less/typography';
// Accessibility helpers
@import '~@sb1/ffe-core/less/accessibility';
The colors and breakpoint LESS variables specified in this package are also
available as named JavaScript imports. This can be useful for consumers that use
CSS-in-JS, or that need access to these values in their JavaScript for other
reasons. They are named the same as their LESS siblings, but are camelCased, and
are without their @ffe-
prefix.
This is how you import them:
import { greyCharcoal, white, breakpointMd } from 'ffe-core';
Please refer to the colors.less
and breakpoints.less
files for a full list of exported variables.
FAQs
Rammeverk for Felles Front End
The npm package @sb1/ffe-core receives a total of 756 weekly downloads. As such, @sb1/ffe-core popularity was classified as not popular.
We found that @sb1/ffe-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.