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
11
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.21.1 to 0.21.3

4

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

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

],
"gitHead": "0f38eede5bf9e16ed629aa5581b6107575b5480d",
"gitHead": "694f30a0e5a3a00d5ba8127b333cdf9fec76ae19",
"type": "module"
}

@@ -56,2 +56,5 @@ /**

});
_dom.classList.add(BaseTransition.ANIMATING_CLASS);
_isAnimating = true;
} else {

@@ -64,5 +67,2 @@ _child.dispatchEvent(BaseTransition.BEGIN_EVENT, {

}
_dom.classList.add(BaseTransition.ANIMATING_CLASS);
_isAnimating = true;
}

@@ -69,0 +69,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