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

to
0.27.3

4

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

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

],
"gitHead": "01d818f7e9b1f148c821a701d008bd75a356679b",
"gitHead": "ba99ae894faa370a8f0849b99ad3e315c73c06ad",
"type": "module"
}

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

BaseTransition.END_EVENT,
_collapseEndBinded
_collapseEndBinded,
);

@@ -310,3 +310,3 @@ }

BaseTransition.END_EVENT,
_expandEndBinded
_expandEndBinded,
);

@@ -332,3 +332,3 @@ }

BaseTransition.END_EVENT,
_collapseEndBinded
_collapseEndBinded,
);

@@ -335,0 +335,0 @@ }

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

const regex = new RegExp(
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i,
);

@@ -15,0 +15,0 @@ if (regex.test(navigator.userAgent)) {

@@ -33,3 +33,3 @@ /**

'Transitions require CSS_PROPERTY and BASE_CLASS ' +
'to be passed into BaseTransition.'
'to be passed into BaseTransition.',
);

@@ -213,3 +213,3 @@ }

throw new Error(
'Transition needs to be passed an initial CSS class on initialization!'
'Transition needs to be passed an initial CSS class on initialization!',
);

@@ -216,0 +216,0 @@ }