Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@forter/forter-checkbox

Package Overview
Dependencies
Maintainers
3
Versions
36
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 0.4.10 to 0.5.0

12

CHANGELOG.md

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

# [0.5.0](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.4.10...@forter/forter-checkbox@0.5.0) (2023-12-17)
# 1.0.0-dev.231217163004 (2023-12-17)
### Bug Fixes
- ๐Ÿ› fixed tab index behavior ([#138](https://github.com/forter/design-system/issues/138)) ([e36537a](https://github.com/forter/design-system/commit/e36537a1eab17a939be9873bb50a1b374e368398))
### BREAKING CHANGES
- ๐Ÿงจ general form element
## [0.4.10](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.4.9...@forter/forter-checkbox@0.4.10) (2023-12-14)

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

1

dist/bundle.js

@@ -108,3 +108,2 @@ import { css, html } from 'lit';

super.connectedCallback();
this.setAttribute('tabIndex', String(this.tabIndex));
this.adoptStyles(styles);

@@ -111,0 +110,0 @@ }

{
"name": "@forter/forter-checkbox",
"version": "0.4.10",
"version": "0.5.0",
"description": "checkbox from Forter Components",

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

"dependencies": {
"@forter/component-base": "12.0.2",
"@forter/component-base": "13.0.0",
"lit": "2.7.2"
},
"gitHead": "81bebf8de953c2230a71a9014a6bee5793f16f70"
"gitHead": "13bd349f00ac9a6b62b141fe7d773979457ce294"
}

@@ -33,3 +33,2 @@ /* eslint-disable */

super.connectedCallback();
this.setAttribute('tabIndex', String(this.tabIndex));
this.adoptStyles(styles);

@@ -36,0 +35,0 @@ }

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