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

@clayui/multi-select

Package Overview
Dependencies
Maintainers
12
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/multi-select - npm Package Compare versions

Comparing version 3.98.0 to 3.99.0

2

lib/index.d.ts

@@ -123,2 +123,4 @@ /**

messages?: {
listCount: string;
listCountPlural: string;
loading: string;

@@ -125,0 +127,0 @@ notFound: string;

@@ -99,2 +99,4 @@ "use strict";

labelRemoved: 'Label {0} removed to the list',
listCount: '{0} option available.',
listCountPlural: '{0} options available.',
loading: 'Loading...',

@@ -194,2 +196,3 @@ notFound: 'No results found'

defaultItems: !hasAsyncItems ? sourceItems : undefined,
disabled: disabled,
filterKey: locator.label,

@@ -196,0 +199,0 @@ inputName: inputName,

10

package.json
{
"name": "@clayui/multi-select",
"version": "3.98.0",
"version": "3.99.0",
"description": "ClayMultiSelect component",

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

"dependencies": {
"@clayui/autocomplete": "^3.98.0",
"@clayui/autocomplete": "^3.99.0",
"@clayui/button": "^3.92.0",
"@clayui/drop-down": "^3.98.0",
"@clayui/form": "^3.96.0",
"@clayui/drop-down": "^3.99.0",
"@clayui/form": "^3.99.0",
"@clayui/icon": "^3.56.0",

@@ -49,3 +49,3 @@ "@clayui/label": "^3.88.0",

],
"gitHead": "678149e2f61a0bf689277a0a17d2b02aee6daf5b"
"gitHead": "235bbede3613b988cc481abc7a76c74c76729c9e"
}

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