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

@cfpb/cfpb-forms

Package Overview
Dependencies
Maintainers
11
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfpb/cfpb-forms - npm Package Compare versions

Comparing version 0.17.14 to 0.18.0

13

package.json
{
"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';

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