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

@codefast-ui/checkbox-group

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codefast-ui/checkbox-group - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

6

CHANGELOG.md
# @codefast-ui/checkbox-group
## 0.2.7
### Patch Changes
- [#51](https://github.com/codefastlabs/codefast/pull/51) [`bbbbe4b`](https://github.com/codefastlabs/codefast/commit/bbbbe4bac48004b88ae39911bd5909e062e967e8) Thanks [@thevuong](https://github.com/thevuong)! - enhance sorting and add new interface rules
## 0.2.6

@@ -4,0 +10,0 @@

2

dist/primitive/checkbox-group.d.ts

@@ -28,3 +28,3 @@ import * as react from 'react';

declare const CheckboxGroup: react.ForwardRefExoticComponent<CheckboxGroupProps & react.RefAttributes<HTMLDivElement>>;
interface CheckboxGroupItemProps extends Omit<ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, 'checked' | 'defaultChecked' | 'onCheckedChange' | 'name'> {
interface CheckboxGroupItemProps extends Omit<ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, 'checked' | 'defaultChecked' | 'name' | 'onCheckedChange'> {
value: string;

@@ -31,0 +31,0 @@ }

{
"name": "@codefast-ui/checkbox-group",
"version": "0.2.6",
"version": "0.2.7",
"bugs": {

@@ -47,4 +47,4 @@ "url": "https://github.com/codefastlabs/codefast/issues"

"typescript": "5.7.2",
"@codefast/eslint-config": "0.2.6",
"@codefast/typescript-config": "0.2.6"
"@codefast/eslint-config": "0.2.7",
"@codefast/typescript-config": "0.2.7"
},

@@ -72,4 +72,4 @@ "peerDependencies": {

"dev": "tsup --watch",
"lint": "eslint --max-warnings 0"
"lint": "TIMING=1 eslint --max-warnings 0"
}
}

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