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
5
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.14 to 5.0.0-alpha.16

2

index.d.ts
export * from '@emotion/styled';
export { default } from '@emotion/styled';
export { ThemeContext } from '@emotion/core';
export { ThemeContext } from '@emotion/react';

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

/** @license Material-UI v5.0.0-alpha.14
/** @license Material-UI v5.0.0-alpha.16
*

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

export { default } from '@emotion/styled';
export { ThemeContext } from '@emotion/core';
export { ThemeContext } from '@emotion/react';

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

/** @license Material-UI v5.0.0-alpha.14
/** @license Material-UI v5.0.0-alpha.16
*

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

export { default } from '@emotion/styled';
export { ThemeContext } from '@emotion/core';
export { ThemeContext } from '@emotion/react';

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

/** @license Material-UI v5.0.0-alpha.14
/** @license Material-UI v5.0.0-alpha.16
*

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

export { default } from '@emotion/styled';
export { ThemeContext } from '@emotion/core';
export { ThemeContext } from '@emotion/react';

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

/** @license Material-UI v5.0.0-alpha.14
/** @license Material-UI v5.0.0-alpha.16
*

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

get: function () {
return _core.ThemeContext;
return _react.ThemeContext;
}

@@ -29,2 +29,2 @@ });

var _core = require("@emotion/core");
var _react = require("@emotion/react");
{
"name": "@material-ui/styled-engine",
"version": "5.0.0-alpha.14",
"version": "5.0.0-alpha.16",
"private": false,

@@ -32,7 +32,7 @@ "author": "Material-UI Team",

"peerDependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27"
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0"
},
"peerDependenciesMeta": {
"@emotion/core": {
"@emotion/react": {
"optional": true

@@ -39,0 +39,0 @@ },

# @material-ui/styled-engine
This package is a wrapper around the `@emotion/styled` package.
This package is a wrapper around the `@emotion/react` package.
It is used internally in the `@material-ui/core` package.
If you wish to use `styled-components` instead please use an alias to replace this package with `@material-ui/styled-engine-sc`.

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