You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@mui/private-theming

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/private-theming - npm Package Compare versions

Comparing version

to
6.4.1

/**
* @mui/private-theming v6.4.0
* @mui/private-theming v6.4.1
*

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

/**
* @mui/private-theming v6.4.0
* @mui/private-theming v6.4.1
*

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

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

'use client';
import * as React from 'react';

@@ -2,0 +4,0 @@ const ThemeContext = /*#__PURE__*/React.createContext(null);

/**
* @mui/private-theming v6.4.0
* @mui/private-theming v6.4.1
*

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

"use strict";
'use client';

@@ -3,0 +4,0 @@ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;

{
"name": "@mui/private-theming",
"version": "6.4.0",
"version": "6.4.1",
"private": false,

@@ -31,3 +31,3 @@ "author": "MUI Team",

"prop-types": "^15.8.1",
"@mui/utils": "^6.4.0"
"@mui/utils": "^6.4.1"
},

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

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

'use client';
import * as React from 'react';

@@ -2,0 +4,0 @@ const ThemeContext = /*#__PURE__*/React.createContext(null);

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