@cfpb/cfpb-forms
Advanced tools
Comparing version 0.17.14 to 0.18.0
{ | ||
"name": "@cfpb/cfpb-forms", | ||
"version": "0.17.14", | ||
"version": "0.18.0", | ||
"description": "Design System form fields", | ||
@@ -11,6 +11,6 @@ "less": "src/cfpb-forms.less", | ||
"dependencies": { | ||
"@cfpb/cfpb-buttons": "^0.17.14", | ||
"@cfpb/cfpb-core": "^0.17.14", | ||
"@cfpb/cfpb-grid": "^0.17.14", | ||
"@cfpb/cfpb-icons": "^0.17.14" | ||
"@cfpb/cfpb-buttons": "^0.18.0", | ||
"@cfpb/cfpb-core": "^0.18.0", | ||
"@cfpb/cfpb-grid": "^0.18.0", | ||
"@cfpb/cfpb-icons": "^0.18.0" | ||
}, | ||
@@ -20,3 +20,4 @@ "keywords": [ | ||
], | ||
"gitHead": "887291915f64eb35d804fb7ec7d010e81c2bee8d" | ||
"gitHead": "e2f2756244e5cdc10ac970b4890cf06c750a6b06", | ||
"type": "module" | ||
} |
@@ -11,3 +11,4 @@ // Required modules. | ||
import closeIcon from '@cfpb/cfpb-icons/src/icons/close.svg'; | ||
import * as closeIconSrc from '@cfpb/cfpb-icons/src/icons/close.svg'; | ||
const closeIcon = closeIconSrc.default; | ||
@@ -14,0 +15,0 @@ const BASE_CLASS = 'o-multiselect'; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
154588
3071
0
Yes
+ Added@cfpb/cfpb-buttons@0.18.1(transitive)
+ Added@cfpb/cfpb-core@0.18.1(transitive)
+ Added@cfpb/cfpb-grid@0.18.1(transitive)
+ Added@cfpb/cfpb-icons@0.18.1(transitive)
- Removed@cfpb/cfpb-buttons@0.17.14(transitive)
- Removed@cfpb/cfpb-core@0.17.14(transitive)
- Removed@cfpb/cfpb-grid@0.17.14(transitive)
- Removed@cfpb/cfpb-icons@0.17.14(transitive)
Updated@cfpb/cfpb-buttons@^0.18.0
Updated@cfpb/cfpb-core@^0.18.0
Updated@cfpb/cfpb-grid@^0.18.0
Updated@cfpb/cfpb-icons@^0.18.0