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

@forter/forter-checkbox

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/forter-checkbox - npm Package Compare versions

Comparing version 17.2.1 to 18.0.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [18.0.0](https://github.com/forter/design-system/compare/v17.2.1...v18.0.0) (2024-12-25)
### Features
- ๐ŸŽธ Creating radio group component ([#263](https://github.com/forter/design-system/issues/263)) ([fbf0bb7](https://github.com/forter/design-system/commit/fbf0bb714952c05c018c745be7c9fc4a16389d10))
### BREAKING CHANGES
- ๐Ÿงจ Creating radio-group component
- feat: ๐ŸŽธ creating radio group
## [17.2.1](https://github.com/forter/design-system/compare/v17.2.0...v17.2.1) (2024-12-10)

@@ -8,0 +20,0 @@

4

dist/bundle.js

@@ -70,2 +70,6 @@ import { css, html } from 'lit';

:host([disabled]) ::slotted([slot='label']) {
color: var(--fc-color-text-assistive);
}
:host(:not([indeterminate])) #indeterminate {

@@ -72,0 +76,0 @@ opacity: 0;

6

package.json
{
"name": "@forter/forter-checkbox",
"version": "17.2.1",
"version": "18.0.0",
"description": "checkbox from Forter Components",

@@ -23,6 +23,6 @@ "author": "Forter Developers",

"dependencies": {
"@forter/component-base": "17.1.1",
"@forter/component-base": "18.0.0",
"lit": "2.7.2"
},
"gitHead": "0edf98c57584f66bd696c39e307997026ee7e3cc"
"gitHead": "68c65fd60b70f7d62be3c1fa2c5791da23ce6398"
}

Sorry, the diff of this file is not supported yet

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