Socket
Socket
Sign inDemoInstall

@mui/system

Package Overview
Dependencies
Maintainers
11
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/system - npm Package Compare versions

Comparing version 5.16.6 to 5.16.7

esm/version/index.js

1

esm/index.js

@@ -56,2 +56,3 @@ import _formatMuiErrorMessage from "@mui/utils/formatMuiErrorMessage";

export * from './RtlProvider';
export * from './version';

@@ -58,0 +59,0 @@ /** ----------------- */

@@ -184,1 +184,3 @@ import {

export * from './Stack';
export * from './version';
/**
* @mui/system v5.16.6
* @mui/system v5.16.7
*

@@ -542,2 +542,14 @@ * @license MIT

});
var _version = require("./version");
Object.keys(_version).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _version[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _version[key];
}
});
});
var _createContainer = _interopRequireDefault(require("./Container/createContainer"));

@@ -544,0 +556,0 @@ var _Container = _interopRequireWildcard(require("./Container"));

3

legacy/index.js
/**
* @mui/system v5.16.6
* @mui/system v5.16.7
*

@@ -63,2 +63,3 @@ * @license MIT

export * from './RtlProvider';
export * from './version';

@@ -65,0 +66,0 @@ /** ----------------- */

/**
* @mui/system v5.16.6
* @mui/system v5.16.7
*

@@ -63,2 +63,3 @@ * @license MIT

export * from './RtlProvider';
export * from './version';

@@ -65,0 +66,0 @@ /** ----------------- */

{
"name": "@mui/system",
"version": "5.16.6",
"version": "5.16.7",
"private": false,

@@ -33,6 +33,6 @@ "author": "MUI Team",

"prop-types": "^15.8.1",
"@mui/types": "^7.2.15",
"@mui/private-theming": "^5.16.6",
"@mui/styled-engine": "^5.16.6",
"@mui/utils": "^5.16.6",
"@mui/types": "^7.2.15"
"@mui/styled-engine": "^5.16.6"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

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