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

@material-ui/styled-engine

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-ui/styled-engine - npm Package Compare versions

Comparing version 5.0.0-alpha.23 to 5.0.0-alpha.24

legacy/StyledEngineProvider/index.js

2

index.d.ts

@@ -5,5 +5,5 @@ export * from '@emotion/styled';

export { default as StylesProvider } from './StylesProvider';
export { default as StyledEngineProvider } from './StyledEngineProvider';
export { default as GlobalStyles } from './GlobalStyles';
export * from './GlobalStyles';

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

/** @license Material-UI v5.0.0-alpha.23
/** @license Material-UI v5.0.0-alpha.24
*

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

export { ThemeContext, keyframes } from '@emotion/react';
export { default as StylesProvider } from './StylesProvider';
export { default as StyledEngineProvider } from './StyledEngineProvider';
export { default as GlobalStyles } from './GlobalStyles';

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

/** @license Material-UI v5.0.0-alpha.23
/** @license Material-UI v5.0.0-alpha.24
*

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

export { ThemeContext, keyframes } from '@emotion/react';
export { default as StylesProvider } from './StylesProvider';
export { default as StyledEngineProvider } from './StyledEngineProvider';
export { default as GlobalStyles } from './GlobalStyles';

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

/** @license Material-UI v5.0.0-alpha.23
/** @license Material-UI v5.0.0-alpha.24
*

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

export { ThemeContext, keyframes } from '@emotion/react';
export { default as StylesProvider } from './StylesProvider';
export { default as StyledEngineProvider } from './StyledEngineProvider';
export { default as GlobalStyles } from './GlobalStyles';

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

/** @license Material-UI v5.0.0-alpha.23
/** @license Material-UI v5.0.0-alpha.24
*

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

});
Object.defineProperty(exports, "StylesProvider", {
Object.defineProperty(exports, "StyledEngineProvider", {
enumerable: true,
get: function () {
return _StylesProvider.default;
return _StyledEngineProvider.default;
}

@@ -49,4 +49,4 @@ });

var _StylesProvider = _interopRequireDefault(require("./StylesProvider"));
var _StyledEngineProvider = _interopRequireDefault(require("./StyledEngineProvider"));
var _GlobalStyles = _interopRequireDefault(require("./GlobalStyles"));
{
"name": "@material-ui/styled-engine",
"version": "5.0.0-alpha.23",
"version": "5.0.0-alpha.24",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styled - Wrapper package for emotion.",
"description": "styled() API wrapper package for emotion.",
"main": "./node/index.js",

@@ -8,0 +8,0 @@ "keywords": [

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