New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mui/styled-engine-sc

Package Overview
Dependencies
Maintainers
9
Versions
90
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 6.0.0-alpha.15 to 6.0.0-alpha.16

30

index.d.ts

@@ -176,12 +176,8 @@ import * as React from 'react';

export type StyledComponentInnerComponent<C extends AnyStyledComponent> = C extends StyledComponent<
infer I,
any,
any,
any
>
? I
: C extends StyledComponent<infer I, any, any>
? I
: C;
export type StyledComponentInnerComponent<C extends AnyStyledComponent> =
C extends StyledComponent<infer I, any, any, any>
? I
: C extends StyledComponent<infer I, any, any>
? I
: C;

@@ -192,12 +188,6 @@ export type StyledComponentInnerOtherProps<C extends AnyStyledComponent> =

: C extends StyledComponent<any, any, infer O>
? O
: never;
export type StyledComponentInnerAttrs<C extends AnyStyledComponent> = C extends StyledComponent<
any,
any,
any,
infer A
>
? A
: never;
? O
: never;
export type StyledComponentInnerAttrs<C extends AnyStyledComponent> =
C extends StyledComponent<any, any, any, infer A> ? A : never;

@@ -204,0 +194,0 @@ export interface StyledComponentBase<

/**
* @mui/styled-engine-sc v6.0.0-alpha.15
* @mui/styled-engine-sc v6.0.0-alpha.16
*

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

/**
* @mui/styled-engine-sc v6.0.0-alpha.15
* @mui/styled-engine-sc v6.0.0-alpha.16
*

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

/**
* @mui/styled-engine-sc v6.0.0-alpha.15
* @mui/styled-engine-sc v6.0.0-alpha.16
*

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

/**
* @mui/styled-engine-sc v6.0.0-alpha.15
* @mui/styled-engine-sc v6.0.0-alpha.16
*

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

{
"name": "@mui/styled-engine-sc",
"version": "6.0.0-alpha.15",
"version": "6.0.0-alpha.16",
"private": false,

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

"@babel/runtime": "^7.23.9",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"hoist-non-react-statics": "^3.3.2",

@@ -33,0 +33,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