
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@coopdigital/blockquote
Advanced tools
This repository is a template for creating new components for the Co-op design system.
component-blockquote
Your brief description of your component.
Install via npm
:
$ npm install @coopdigital/component-blockquote --save
You can include this react component in your project by importing importing it via the import
statement.
import Blockquote from '@coopdigital/blockquote';
If you want to use the JSX template for compiling in your own project you can include the component with the following import
statement
import Blockquote from 'node_modules/@coopdigital/component-blockquote/src/Blockquote.jsx'
The blockquote has the following props you need to populate content or use a variant
Prop name | Prop type | Requried |
---|---|---|
quote | string | YES |
citation | string | YES |
quoteLarge | boolean | NO |
You can include component-blockquote
css in your project by referencing it from your existing CSS via @import
statement:
@import "node_modules/@coopdigital/component-blockquote/dist/blockquote.css";
If you use PostCSS in your build pipeline, you can reference the sources directly:
@import "node_modules/@coopdigital/component-blockquote/src/blockquote.pcss";
If you use a postcss-import
plugin:
@import "@coopdigital/component-blockquote";
Copyright (c) 2021 Co-operative Group Limited. Licensed MIT.
FAQs
Co-op Components: Blockquote
We found that @coopdigital/blockquote demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.