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

@clayui/form

Package Overview
Dependencies
Maintainers
3
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/form - npm Package Compare versions

Comparing version 3.6.0 to 3.7.0

lib/DualListBox.d.ts

6

CHANGELOG.md

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

# [3.7.0](https://github.com/liferay/clay/tree/master/packages/clay-form/compare/@clayui/form@3.6.0...@clayui/form@3.7.0) (2020-03-26)
### Features
- **@clayui/form:** DualListbox & Selectbox ([0ad5de4](https://github.com/liferay/clay/tree/master/packages/clay-form/commit/0ad5de4))
# 3.6.0 (2020-02-28)

@@ -8,0 +14,0 @@

4

lib/index.d.ts
import ClayCheckbox from './Checkbox';
import ClayDualListBox from './DualListBox';
import ClayForm from './Form';

@@ -7,5 +8,6 @@ import ClayInput from './Input';

import ClaySelect from './Select';
import ClaySelectBox from './SelectBox';
import ClaySelectWithOption from './SelectWithOption';
import ClayToggle from './Toggle';
export { ClayCheckbox, ClayInput, ClayRadio, ClayRadioGroup, ClaySelect, ClaySelectWithOption, ClayToggle, };
export { ClayCheckbox, ClayInput, ClayDualListBox, ClayRadio, ClayRadioGroup, ClaySelect, ClaySelectBox, ClaySelectWithOption, ClayToggle, };
export default ClayForm;

@@ -12,2 +12,8 @@ "use strict";

});
Object.defineProperty(exports, "ClayDualListBox", {
enumerable: true,
get: function get() {
return _DualListBox.default;
}
});
Object.defineProperty(exports, "ClayInput", {

@@ -37,2 +43,8 @@ enumerable: true,

});
Object.defineProperty(exports, "ClaySelectBox", {
enumerable: true,
get: function get() {
return _SelectBox.default;
}
});
Object.defineProperty(exports, "ClaySelectWithOption", {

@@ -54,2 +66,4 @@ enumerable: true,

var _DualListBox = _interopRequireDefault(require("./DualListBox"));
var _Form = _interopRequireDefault(require("./Form"));

@@ -65,2 +79,4 @@

var _SelectBox = _interopRequireDefault(require("./SelectBox"));
var _SelectWithOption = _interopRequireDefault(require("./SelectWithOption"));

@@ -67,0 +83,0 @@

{
"name": "@clayui/form",
"version": "3.6.0",
"version": "3.7.0",
"description": "ClayForm component",

@@ -29,2 +29,3 @@ "license": "BSD-3-Clause",

"dependencies": {
"@clayui/button": "^3.3.0",
"@clayui/icon": "^3.0.4",

@@ -41,3 +42,3 @@ "classnames": "^2.2.6"

],
"gitHead": "3fc84c9320fa652a452b7c2881a35fdc9f4cc17c"
"gitHead": "c6795fd6c4c44268fb45c06223ed832946aea1bb"
}

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