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
8
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.5.0 to 0.6.0

10

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

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

"dependencies": {
"@cfpb/cfpb-atomic-component": "^0.5.0",
"@cfpb/cfpb-core": "^0.5.0",
"@cfpb/cfpb-icons": "^0.5.0"
"@cfpb/cfpb-atomic-component": "^0.6.0",
"@cfpb/cfpb-core": "^0.6.0",
"@cfpb/cfpb-icons": "^0.6.0"
},

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

],
"gitHead": "fccedbaea6195fc074d491c7c3a42b09f229a452"
"gitHead": "6dd58b56abcd0c5a98fbe66a5fcbabf56b31060e"
}

@@ -5,6 +5,6 @@ /* ==========================================================================

import { closest } from '@cfpb/cfpb-atomic-component/src/utilities/dom-closest';
import AtomicComponent from '@cfpb/cfpb-atomic-component/src/components/AtomicComponent.js';
import EventObserver from '@cfpb/cfpb-atomic-component/src/mixins/EventObserver.js';
import AtomicComponent from '@cfpb/cfpb-atomic-component/src/components/AtomicComponent.js';
import ExpandableTransition from './ExpandableTransition.js';
import { closest } from '@cfpb/cfpb-atomic-component/src/utilities/dom-traverse.js';

@@ -11,0 +11,0 @@ const eventObserver = new EventObserver();

// Required modules.
import BaseTransition from '@cfpb/cfpb-atomic-component/src/utilities/transition/BaseTransition.js';
import EventObserver from '@cfpb/cfpb-atomic-component/src/mixins/EventObserver.js';
import BaseTransition from '@cfpb/cfpb-atomic-component/src/utilities/transition/BaseTransition.js';

@@ -5,0 +5,0 @@ // Exported constants.

Sorry, the diff of this file is not supported yet

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