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

@cfpb/cfpb-expandables

Package Overview
Dependencies
Maintainers
12
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfpb/cfpb-expandables - npm Package Compare versions

Comparing version 0.27.2 to 0.27.3

10

package.json
{
"name": "@cfpb/cfpb-expandables",
"version": "0.27.2",
"version": "0.27.3",
"description": "Design System expandables",

@@ -12,5 +12,5 @@ "main": "src/index.js",

"dependencies": {
"@cfpb/cfpb-atomic-component": "^0.27.0",
"@cfpb/cfpb-core": "^0.27.2",
"@cfpb/cfpb-icons": "^0.27.0"
"@cfpb/cfpb-atomic-component": "^0.27.3",
"@cfpb/cfpb-core": "^0.27.3",
"@cfpb/cfpb-icons": "^0.27.3"
},

@@ -20,4 +20,4 @@ "keywords": [

],
"gitHead": "a63d4a93dc32a334cd4c1c66f564f8873a06a229",
"gitHead": "ba99ae894faa370a8f0849b99ad3e315c73c06ad",
"type": "module"
}

@@ -69,3 +69,3 @@ /* ==========================================================================

_transition.maxHeightZero,
_transition.maxHeightDefault
_transition.maxHeightDefault,
);

@@ -72,0 +72,0 @@

@@ -75,3 +75,3 @@ /* ==========================================================================

Expandable,
expandableGroupDom
expandableGroupDom,
);

@@ -78,0 +78,0 @@ const expandableGroup = new ExpandableGroup(expandableGroupDom);

@@ -67,3 +67,3 @@ /* eslint-disable no-use-before-define */

? MaxHeightTransition.CLASSES.MH_SUMMARY
: MaxHeightTransition.CLASSES.MH_DEFAULT
: MaxHeightTransition.CLASSES.MH_DEFAULT,
);

@@ -73,3 +73,3 @@ _flyout.setTransition(

_transition.maxHeightSummary,
_transition.maxHeightDefault
_transition.maxHeightDefault,
);

@@ -76,0 +76,0 @@ _flyout.addEventListener('triggerclick', _triggerClickHandler);

@@ -61,3 +61,3 @@ /* eslint-disable no-use-before-define */

_transition.maxHeightSummary,
_transition.maxHeightDefault
_transition.maxHeightDefault,
);

@@ -64,0 +64,0 @@ _flyout.init();

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