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
5
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.4.2 to 5.5.2

6

GlobalStyles/GlobalStyles.d.ts
import * as React from 'react';
import { CSSObject, InterpolationFunction } from 'styled-components';
export interface GlobalStylesProps {
export interface GlobalStylesProps<Theme = {}> {
defaultTheme?: object;
styles: string | CSSObject | InterpolationFunction<any>;
styles: string | CSSObject | InterpolationFunction<Theme>;
}
export default function Global(props: GlobalStylesProps): React.ReactElement;
export default function Global<Theme = {}>(props: GlobalStylesProps<Theme>): React.ReactElement;

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

/** @license MUI v5.4.2
/** @license MUI v5.5.2
*

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

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

/** @license MUI v5.4.2
/** @license MUI v5.5.2
*

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

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

/** @license MUI v5.4.2
/** @license MUI v5.5.2
*

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

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

/** @license MUI v5.4.2
/** @license MUI v5.5.2
*

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

{
"name": "@mui/styled-engine-sc",
"version": "5.4.2",
"version": "5.5.2",
"private": false,

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

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