Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mui/utils

Package Overview
Dependencies
Maintainers
7
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/utils - npm Package Compare versions

Comparing version 5.11.9 to 5.11.11

1

esm/generateUtilityClass/generateUtilityClass.js

@@ -7,2 +7,3 @@ import ClassNameGenerator from '../ClassNameGenerator';

disabled: 'disabled',
readOnly: 'readOnly',
error: 'error',

@@ -9,0 +10,0 @@ expanded: 'expanded',

2

generateUtilityClass/generateUtilityClass.d.ts

@@ -1,2 +0,2 @@

export type GlobalStateSlot = 'active' | 'checked' | 'completed' | 'disabled' | 'error' | 'expanded' | 'focused' | 'focusVisible' | 'required' | 'selected';
export type GlobalStateSlot = 'active' | 'checked' | 'completed' | 'disabled' | 'readOnly' | 'error' | 'expanded' | 'focused' | 'focusVisible' | 'required' | 'selected';
export default function generateUtilityClass(componentName: string, slot: string, globalStatePrefix?: string): string;

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

disabled: 'disabled',
readOnly: 'readOnly',
error: 'error',

@@ -16,0 +17,0 @@ expanded: 'expanded',

/**
* @mui/utils v5.11.9
* @mui/utils v5.11.11
*

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

@@ -7,2 +7,3 @@ import ClassNameGenerator from '../ClassNameGenerator';

disabled: 'disabled',
readOnly: 'readOnly',
error: 'error',

@@ -9,0 +10,0 @@ expanded: 'expanded',

/**
* @mui/utils v5.11.9
* @mui/utils v5.11.11
*

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

@@ -7,2 +7,3 @@ import ClassNameGenerator from '../ClassNameGenerator';

disabled: 'disabled',
readOnly: 'readOnly',
error: 'error',

@@ -9,0 +10,0 @@ expanded: 'expanded',

/**
* @mui/utils v5.11.9
* @mui/utils v5.11.11
*

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

{
"name": "@mui/utils",
"version": "5.11.9",
"version": "5.11.11",
"private": false,

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

"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.21.0",
"@types/prop-types": "^15.7.5",

@@ -35,0 +35,0 @@ "@types/react-is": "^16.7.1 || ^17.0.0",

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