Socket
Socket
Sign inDemoInstall

@mui/system

Package Overview
Dependencies
Maintainers
9
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/system - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

0

Box/Box.spec.d.ts
export {};

@@ -0,0 +0,0 @@ export declare type SpacingOptions = number | Spacing | ((abs: number) => number | string) | ((abs: number | string) => number | string) | ReadonlyArray<string | number>;

2

index.js

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

/** @license MUI v5.0.1
/** @license MUI v5.0.2
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

export {};

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

/** @license MUI v5.0.1
/** @license MUI v5.0.2
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

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

/** @license MUI v5.0.1
/** @license MUI v5.0.2
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

{
"name": "@mui/system",
"version": "5.0.1",
"version": "5.0.2",
"private": false,

@@ -5,0 +5,0 @@ "author": "MUI Team",

@@ -17,3 +17,3 @@ import * as CSS from 'csstype';

export type CSSPseudoSelectorProps<Theme extends object = {}> = {
[K in CSS.Pseudos]?: SystemStyleObject<Theme>;
[K in CSS.Pseudos]?: ((theme: Theme) => SystemStyleObject<Theme>) | SystemStyleObject<Theme>;
};

@@ -25,3 +25,3 @@

export interface CSSSelectorObject<Theme extends object = {}> {
[cssSelector: string]: SystemStyleObject<Theme>;
[cssSelector: string]: ((theme: Theme) => SystemStyleObject<Theme>) | SystemStyleObject<Theme>;
}

@@ -28,0 +28,0 @@

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

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