Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@pismo/bolt-core
Advanced tools
This is meant to make it easy to import all styles that are core to the Bolt system.
yarn add @pismo/bolt-core
This loads every module style (colors, typography, etc) for you and make them available globally to the document, along with a few core styles from this very package:
import '@pismo/bolt-core'
You can also name the import if you need to access variables from them:
import styleguide from '@pismo/bolt-core'
const styleExample = {
fontSize: styleguide.typography.f1,
color: styleguide.colors.blue,
}
Or just the ones you need at the moment:
import { colors, typography } from '@pismo/bolt-core'
const styleExample = {
fontSize: typography.f1,
color: colors.blue,
}
Every module exported by this package is actually a separate package of bolt
and can be found published to npm
, as well as present in the packages
folder of the Bolt multi-package monorepo.
They're all listed as dependencies
in package.json.
FAQs
Bolt component core
The npm package @pismo/bolt-core receives a total of 144 weekly downloads. As such, @pismo/bolt-core popularity was classified as not popular.
We found that @pismo/bolt-core demonstrated a not healthy version release cadence and project activity because the last version was released 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.