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

@mui/styled-engine

Package Overview
Dependencies
Maintainers
9
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/styled-engine - npm Package Compare versions

Comparing version 5.14.11 to 5.14.12

11

index.d.ts

@@ -52,4 +52,12 @@ import * as CSS from 'csstype';

export interface CSSObject extends CSSPropertiesWithMultiValues, CSSPseudos, CSSOthersObject {}
// Omit variants as a key, because we have a special handling for it
export interface CSSObject
extends CSSPropertiesWithMultiValues,
CSSPseudos,
Omit<CSSOthersObject, 'variants'> {}
interface CSSObjectWithVariants<Props> extends Omit<CSSObject, 'variants'> {
variants: Array<{ props: Props; variants: CSSObject }>;
}
export interface ComponentSelector {

@@ -89,2 +97,3 @@ __emotion_styles: any;

| InterpolationPrimitive
| CSSObjectWithVariants<Props>
| ArrayInterpolation<Props>

@@ -91,0 +100,0 @@ | FunctionInterpolation<Props>;

2

index.js
/**
* @mui/styled-engine v5.14.11
* @mui/styled-engine v5.14.12
*

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

/**
* @mui/styled-engine v5.14.11
* @mui/styled-engine v5.14.12
*

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

/**
* @mui/styled-engine v5.14.11
* @mui/styled-engine v5.14.12
*

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

/**
* @mui/styled-engine v5.14.11
* @mui/styled-engine v5.14.12
*

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

{
"name": "@mui/styled-engine",
"version": "5.14.11",
"version": "5.14.12",
"private": false,

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

"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.1",
"@emotion/cache": "^11.11.0",

@@ -32,0 +32,0 @@ "csstype": "^3.1.2",

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