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

to
18.0.4

dist/types/ForterCheckbox.d.ts

4

CHANGELOG.md

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

## [18.0.4](https://github.com/forter/design-system/compare/v18.0.3...v18.0.4) (2025-01-13)
**Note:** Version bump only for package @forter/forter-checkbox
# [18.0.0](https://github.com/forter/design-system/compare/v17.2.1...v18.0.0) (2024-12-25)

@@ -8,0 +12,0 @@

import { css, html } from 'lit';
import { property } from 'lit/decorators.js';
import { constructStyles, customElement, GeneralFormElement, SLOT_NAMES } from '@forter/component-base';
import { createComponent } from '@lit/react';
import React from 'react';

@@ -196,3 +198,12 @@ function _typeof(obj) {

export { Checkbox };
const ForterCheckbox = createComponent({
tagName: 'forter-checkbox',
elementClass: Checkbox,
react: React,
events: {
onChange: 'change',
},
});
export { Checkbox, ForterCheckbox };
//# sourceMappingURL=bundle.js.map
export * from './Checkbox';
export * from './ForterCheckbox';
//# sourceMappingURL=index.d.ts.map

8

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

@@ -26,3 +26,7 @@ "author": "Forter Developers",

},
"gitHead": "68c65fd60b70f7d62be3c1fa2c5791da23ce6398"
"peerDependencies": {
"@lit/react": "^1.0.6",
"react": ">=19"
},
"gitHead": "1813599f91c13b59d89efef408e724b3888de997"
}
export * from './Checkbox';
export * from './ForterCheckbox';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet