Socket
Socket
Sign inDemoInstall

@mui/base

Package Overview
Dependencies
Maintainers
11
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/base - npm Package Compare versions

Comparing version 5.0.0-beta.55-dev.20240805-092432-9f940a61d6 to 5.0.0-beta.56-dev.20240809-114550-93cb3d65e7

2

index.js
/**
* @mui/base v5.0.0-beta.55-dev.20240805-092432-9f940a61d6
* @mui/base v5.0.0-beta.56-dev.20240809-114550-93cb3d65e7
*

@@ -4,0 +4,0 @@ * @license MIT

/**
* @mui/base v5.0.0-beta.55-dev.20240805-092432-9f940a61d6
* @mui/base v5.0.0-beta.56-dev.20240809-114550-93cb3d65e7
*

@@ -4,0 +4,0 @@ * @license MIT

@@ -49,2 +49,3 @@ 'use client';

const defaultIsActiveElementInListbox = listboxRef => listboxRef.current !== null && listboxRef.current.parentElement?.contains(document.activeElement);
const MULTIPLE_DEFAULT_VALUE = [];
export function useAutocomplete(props) {

@@ -63,3 +64,3 @@ const {

componentName = 'useAutocomplete',
defaultValue = props.multiple ? [] : null,
defaultValue = props.multiple ? MULTIPLE_DEFAULT_VALUE : null,
disableClearable = false,

@@ -66,0 +67,0 @@ disableCloseOnSelect = false,

/**
* @mui/base v5.0.0-beta.55-dev.20240805-092432-9f940a61d6
* @mui/base v5.0.0-beta.56-dev.20240809-114550-93cb3d65e7
*

@@ -4,0 +4,0 @@ * @license MIT

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

};
const MULTIPLE_DEFAULT_VALUE = [];
function useAutocomplete(props) {

@@ -73,3 +74,3 @@ const {

componentName = 'useAutocomplete',
defaultValue = props.multiple ? [] : null,
defaultValue = props.multiple ? MULTIPLE_DEFAULT_VALUE : null,
disableClearable = false,

@@ -76,0 +77,0 @@ disableCloseOnSelect = false,

{
"name": "@mui/base",
"version": "5.0.0-beta.55-dev.20240805-092432-9f940a61d6",
"version": "5.0.0-beta.56-dev.20240809-114550-93cb3d65e7",
"private": false,

@@ -36,3 +36,3 @@ "author": "MUI Team",

"@mui/types": "^7.2.14",
"@mui/utils": "6.0.0-beta.4-dev.20240805-092432-9f940a61d6"
"@mui/utils": "6.0.0-beta.5-dev.20240809-114550-93cb3d65e7"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

@@ -49,2 +49,3 @@ 'use client';

const defaultIsActiveElementInListbox = listboxRef => listboxRef.current !== null && listboxRef.current.parentElement?.contains(document.activeElement);
const MULTIPLE_DEFAULT_VALUE = [];
export function useAutocomplete(props) {

@@ -63,3 +64,3 @@ const {

componentName = 'useAutocomplete',
defaultValue = props.multiple ? [] : null,
defaultValue = props.multiple ? MULTIPLE_DEFAULT_VALUE : null,
disableClearable = false,

@@ -66,0 +67,0 @@ disableCloseOnSelect = false,

Sorry, the diff of this file is too big to display

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