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
16
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.36.0 to 3.37.0

6

CHANGELOG.md

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

# [3.37.0](https://github.com/liferay/clay/compare/v3.36.0...v3.37.0) (2021-10-06)
### Bug Fixes
- **@clayui/form:** change the Dual List Box ordering side following the right side as the default behavior ([d4b9630](https://github.com/liferay/clay/commit/d4b9630))
# [3.36.0](https://github.com/liferay/clay/compare/v3.35.3...v3.36.0) (2021-09-23)

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

4

lib/DualListBox.js

@@ -122,5 +122,3 @@ "use strict";

onSelectChange: handleLeftSelectedChange,
showArrows: true,
size: size,
spritemap: spritemap,
value: leftSelected

@@ -171,3 +169,5 @@ }), /*#__PURE__*/_react.default.createElement("div", {

onSelectChange: handleRightSelectedChange,
showArrows: true,
size: size,
spritemap: spritemap,
value: rightSelected

@@ -174,0 +174,0 @@ })));

{
"name": "@clayui/form",
"version": "3.36.0",
"version": "3.37.0",
"description": "ClayForm component",

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

"dependencies": {
"@clayui/button": "^3.32.0",
"@clayui/icon": "^3.32.0",
"@clayui/shared": "^3.36.0",
"@clayui/button": "^3.37.0",
"@clayui/icon": "^3.37.0",
"@clayui/shared": "^3.37.0",
"classnames": "^2.2.6"

@@ -43,3 +43,3 @@ },

],
"gitHead": "e91895f788381be22112ad3e98a755a7992ff448"
"gitHead": "0079c5f752a4c2fd2885e507d466bfd63fe57a9f"
}

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