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.20 to 5.0.0-alpha.21

2

index.d.ts
export * from '@emotion/styled';
export { default } from '@emotion/styled';
export { ThemeContext } from '@emotion/react';
export { ThemeContext, keyframes } from '@emotion/react';
export { default as StylesProvider } from './StylesProvider';

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

/** @license Material-UI v5.0.0-alpha.20
/** @license Material-UI v5.0.0-alpha.21
*

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

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

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

/** @license Material-UI v5.0.0-alpha.20
/** @license Material-UI v5.0.0-alpha.21
*

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

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

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

});
export function StylesProvider(props) {
export default function StylesProvider(props) {
var injectFirst = props.injectFirst,

@@ -30,3 +30,2 @@ children = props.children;

injectFirst: PropTypes.bool
} : void 0;
export default StylesProvider;
} : void 0;

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

/** @license Material-UI v5.0.0-alpha.20
/** @license Material-UI v5.0.0-alpha.21
*

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

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

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

});
export function StylesProvider(props) {
export default function StylesProvider(props) {
const {

@@ -32,3 +32,2 @@ injectFirst,

injectFirst: PropTypes.bool
} : void 0;
export default StylesProvider;
} : void 0;

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

/** @license Material-UI v5.0.0-alpha.20
/** @license Material-UI v5.0.0-alpha.21
*

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

});
Object.defineProperty(exports, "keyframes", {
enumerable: true,
get: function () {
return _react.keyframes;
}
});
Object.defineProperty(exports, "StylesProvider", {

@@ -27,0 +33,0 @@ enumerable: true,

@@ -10,4 +10,4 @@ "use strict";

});
exports.StylesProvider = StylesProvider;
exports.default = exports.cache = void 0;
exports.default = StylesProvider;
exports.cache = void 0;

@@ -51,4 +51,2 @@ var React = _interopRequireWildcard(require("react"));

injectFirst: _propTypes.default.bool
} : void 0;
var _default = StylesProvider;
exports.default = _default;
} : void 0;
{
"name": "@material-ui/styled-engine",
"version": "5.0.0-alpha.20",
"version": "5.0.0-alpha.21",
"private": false,

@@ -35,3 +35,4 @@ "author": "Material-UI Team",

"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0"
"@emotion/styled": "^11.0.0",
"react": "^16.8.0 || ^17.0.0"
},

@@ -38,0 +39,0 @@ "peerDependenciesMeta": {

{
"sideEffects": false,
"module": "./index.js",
"main": "../node/StylesProvider/index.js",
"main": "..\\node\\StylesProvider\\index.js",
"types": "./index.d.ts"
}

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

});
export function StylesProvider(props) {
export default function StylesProvider(props) {
const {

@@ -32,3 +32,2 @@ injectFirst,

injectFirst: PropTypes.bool
} : void 0;
export default StylesProvider;
} : void 0;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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