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

@mui/styled-engine-sc

Package Overview
Dependencies
Maintainers
9
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/styled-engine-sc - npm Package Compare versions

Comparing version 5.14.11 to 5.14.12

11

index.d.ts

@@ -53,7 +53,16 @@ import * as React from 'react';

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 type FalseyValue = undefined | null | false;
export type Interpolation<P> =
| InterpolationValue
| CSSObjectWithVariants<P>
| InterpolationFunction<P>

@@ -60,0 +69,0 @@ | FlattenInterpolation<P>;

2

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

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

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

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

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

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

@@ -23,4 +23,3 @@ "use strict";

});
var _default = GlobalStyles;
exports.default = _default;
var _default = exports.default = GlobalStyles;
GlobalStyles.propTypes = {

@@ -27,0 +26,0 @@ defaultTheme: _propTypes.default.object,

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

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

{
"name": "@mui/styled-engine-sc",
"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",
"csstype": "^3.1.2",

@@ -32,0 +32,0 @@ "prop-types": "^15.8.1"

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