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
11
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-rc.0 to 6.0.0

2

GlobalStyles/index.js

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

export { default } from './GlobalStyles';
export { default } from "./GlobalStyles.js";
/**
* @mui/styled-engine-sc v6.0.0-rc.0
* @mui/styled-engine-sc v6.0.0
*

@@ -47,3 +47,3 @@ * @license MIT

export { ThemeContext, keyframes, css } from 'styled-components';
export { default as StyledEngineProvider } from './StyledEngineProvider';
export { default as GlobalStyles } from './GlobalStyles';
export { default as StyledEngineProvider } from "./StyledEngineProvider/index.js";
export { default as GlobalStyles } from "./GlobalStyles/index.js";

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

export { default } from './GlobalStyles';
export { default } from "./GlobalStyles.js";
/**
* @mui/styled-engine-sc v6.0.0-rc.0
* @mui/styled-engine-sc v6.0.0
*

@@ -47,3 +47,3 @@ * @license MIT

export { ThemeContext, keyframes, css } from 'styled-components';
export { default as StyledEngineProvider } from './StyledEngineProvider';
export { default as GlobalStyles } from './GlobalStyles';
export { default as StyledEngineProvider } from "./StyledEngineProvider/index.js";
export { default as GlobalStyles } from "./GlobalStyles/index.js";

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

export { default } from './StyledEngineProvider';
export { default } from "./StyledEngineProvider.js";
/**
* @mui/styled-engine-sc v6.0.0-rc.0
* @mui/styled-engine-sc v6.0.0
*

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

{
"name": "@mui/styled-engine-sc",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"private": false,

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

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

Visit [https://next.mui.com/material-ui/integrations/styled-components/](https://next.mui.com/material-ui/integrations/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.

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

export { default } from './StyledEngineProvider';
export { default } from "./StyledEngineProvider.js";

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