
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@coopdigital/component-notification--alert
Advanced tools
Card component used on colleagues.coop.co.uk and coop.co.uk/recipes
Install via npm
or Yarn:
$ npm install @coopdigital/component-notification--alert --save
# OR
$ yarn add @coopdigital/component-notification--alert
You can include component-notification--alert
in your project by referencing it from your existing CSS via @import
statement, i.e.:
@import "node_modules/@coopdigital/component-notification--alert/dist/card.css";
If you use PostCSS in your build pipeline, you can reference the sources directly like so:
@import "node_modules/@coopdigital/component-notification--alert/src/card.pcss";
If you use a postcss-import
plugin, it gets even easier:
@import "@coopdigital/component-notification--alert";
Here's a bunch of examples, showing how you can integrate this CSS module in your project, based on most popular stacks of project. You can either use a post-processed and pre-built CSS form the dist
directory, ot use PostCSS sources from the src
dir.
The latter have certain dependencies, which should be consumed by your frontend toolkit to postprocess the CSS correctly.
TBD
TBD
TBD
FAQs
Co-op Components: Notification - alert
The npm package @coopdigital/component-notification--alert receives a total of 103 weekly downloads. As such, @coopdigital/component-notification--alert popularity was classified as not popular.
We found that @coopdigital/component-notification--alert 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.