New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cfpb/cfpb-atomic-component

Package Overview
Dependencies
Maintainers
12
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfpb/cfpb-atomic-component - npm Package Compare versions

Comparing version 0.43.1 to 1.0.0

4

package.json
{
"name": "@cfpb/cfpb-atomic-component",
"version": "0.43.1",
"version": "1.0.0",
"description": "Design System atomic component utilities",

@@ -14,4 +14,4 @@ "less": "src/cfpb-atomic-component.less",

],
"gitHead": "444775dde9e7ff3fdb20e823810ea3231cb4a1ab",
"gitHead": "7625fff2bcddb5be39b08063f97bd9973ba81f75",
"type": "module"
}

@@ -24,6 +24,6 @@ Atomic Component is a micro framework for building Atomic Design components

<div class="m-notification">
<span class="m-notification_icon cf-icon"></span>
<div class="m-notification_content" role="alert">
<div class="m-notification_message">message</div>
<p class="m-notification_explanation">
<span class="m-notification__icon cf-icon"></span>
<div class="m-notification__content" role="alert">
<div class="m-notification__message">message</div>
<p class="m-notification__explanation">
Please check the URL and try again.

@@ -53,3 +53,3 @@ </p>

classes: {
isVisible: 'm-notification__visible',
isVisible: 'm-notification--visible',
},

@@ -59,4 +59,4 @@

base: '.m-notification',
explanation: '.m-notification_explanation',
message: '.m-notification_message',
explanation: '.m-notification__explanation',
message: '.m-notification__message',
},

@@ -63,0 +63,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc