Socket
Socket
Sign inDemoInstall

@uiw/react-checkbox

Package Overview
Dependencies
Maintainers
2
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-checkbox - npm Package Compare versions

Comparing version 4.21.28 to 4.22.0

2

cjs/Checkbox.d.ts

@@ -9,3 +9,3 @@ import React from 'react';

declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<HTMLInputElement>>;
declare type Checkbox = typeof Checkbox & {
type Checkbox = typeof Checkbox & {
Group: typeof CheckboxGroup;

@@ -12,0 +12,0 @@ };

@@ -43,3 +43,2 @@ "use strict";

exports["default"] = _default;
module.exports = exports.default;
//# sourceMappingURL=Checkbox.js.map
module.exports = exports.default;
import React from 'react';
import { IProps, HTMLDivProps } from '@uiw/utils';
import './style/group.less';
export declare type Value = string | number;
export type Value = string | number;
export interface CheckboxGroupPorps extends IProps, Omit<HTMLDivProps, 'onChange'> {

@@ -6,0 +6,0 @@ value?: Value[];

@@ -58,3 +58,2 @@ "use strict";

});
exports.CheckboxGroup = CheckboxGroup;
//# sourceMappingURL=Group.js.map
exports.CheckboxGroup = CheckboxGroup;

@@ -34,3 +34,2 @@ "use strict";

var _default = _Checkbox["default"];
exports["default"] = _default;
//# sourceMappingURL=index.js.map
exports["default"] = _default;

@@ -9,3 +9,3 @@ import React from 'react';

declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<HTMLInputElement>>;
declare type Checkbox = typeof Checkbox & {
type Checkbox = typeof Checkbox & {
Group: typeof CheckboxGroup;

@@ -12,0 +12,0 @@ };

@@ -32,3 +32,2 @@ import _extends from "@babel/runtime/helpers/extends";

Checkbox.Group = CheckboxGroup;
export default Checkbox;
//# sourceMappingURL=Checkbox.js.map
export default Checkbox;
import React from 'react';
import { IProps, HTMLDivProps } from '@uiw/utils';
import './style/group.less';
export declare type Value = string | number;
export type Value = string | number;
export interface CheckboxGroupPorps extends IProps, Omit<HTMLDivProps, 'onChange'> {

@@ -6,0 +6,0 @@ value?: Value[];

@@ -47,3 +47,2 @@ import _extends from "@babel/runtime/helpers/extends";

}));
});
//# sourceMappingURL=Group.js.map
});
import Checkbox from './Checkbox';
export * from './Checkbox';
export * from './Group';
export default Checkbox;
//# sourceMappingURL=index.js.map
export default Checkbox;
{
"name": "@uiw/react-checkbox",
"version": "4.21.28",
"version": "4.22.0",
"description": "Checkbox component",

@@ -47,5 +47,5 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"dependencies": {
"@uiw/react-radio": "^4.21.28",
"@uiw/utils": "^4.21.28"
"@uiw/react-radio": "^4.22.0",
"@uiw/utils": "^4.22.0"
}
}
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