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.14 to 6.0.0-alpha.15

5

index.d.ts

@@ -111,3 +111,6 @@ import * as React from 'react';

interface CSSObjectWithVariants<Props> extends Omit<CSSObject, 'variants'> {
variants: Array<{ props: Props; style: CSSObject }>;
variants: Array<{
props: Props | ((props: Props) => boolean);
style: CSSObject;
}>;
}

@@ -114,0 +117,0 @@

2

index.js
/**
* @mui/styled-engine-sc v6.0.0-alpha.14
* @mui/styled-engine-sc v6.0.0-alpha.15
*

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

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

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

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

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

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

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

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

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

},
"homepage": "https://mui.com/material-ui/guides/styled-components/",
"homepage": "https://mui.com/material-ui/integrations/styled-components/",
"funding": {

@@ -26,0 +26,0 @@ "type": "opencollective",

@@ -10,2 +10,2 @@ # @mui/styled-engine-sc

Visit [https://mui.com/material-ui/guides/styled-components/](https://mui.com/material-ui/guides/styled-components/) to view the full documentation.
Visit [https://mui.com/material-ui/integrations/styled-components/](https://mui.com/material-ui/integrations/styled-components/) to view the full documentation.

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