Socket
Socket
Sign inDemoInstall

@mui/x-data-grid-pro

Package Overview
Dependencies
Maintainers
14
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/x-data-grid-pro - npm Package Compare versions

Comparing version 7.12.0 to 7.12.1

2

esm/utils/releaseInfo.js
import { ponyfillGlobal } from '@mui/utils';
export const getReleaseInfo = () => {
const releaseInfo = "MTcyMjQ2MzIwMDAwMA==";
const releaseInfo = "MTcyMzE1NDQwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -5,0 +5,0 @@ // A simple hack to set the value in the test environment (has no build step).

/**
* @mui/x-data-grid-pro v7.12.0
* @mui/x-data-grid-pro v7.12.1
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

/**
* @mui/x-data-grid-pro v7.12.0
* @mui/x-data-grid-pro v7.12.1
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

import { ponyfillGlobal } from '@mui/utils';
export const getReleaseInfo = () => {
const releaseInfo = "MTcyMjQ2MzIwMDAwMA==";
const releaseInfo = "MTcyMzE1NDQwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -5,0 +5,0 @@ // A simple hack to set the value in the test environment (has no build step).

{
"name": "@mui/x-data-grid-pro",
"version": "7.12.0",
"version": "7.12.1",
"description": "The Pro plan edition of the Data Grid components (MUI X).",

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

"reselect": "^4.1.8",
"@mui/x-data-grid": "7.12.0",
"@mui/x-data-grid": "7.12.1",
"@mui/x-internals": "7.12.0",

@@ -49,2 +49,4 @@ "@mui/x-license": "7.12.0"

"peerDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.15.14",

@@ -54,2 +56,10 @@ "react": "^17.0.0 || ^18.0.0",

},
"peerDependenciesMeta": {
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
}
},
"engines": {

@@ -56,0 +66,0 @@ "node": ">=14.0.0"

@@ -9,3 +9,3 @@ "use strict";

const getReleaseInfo = () => {
const releaseInfo = "MTcyMjQ2MzIwMDAwMA==";
const releaseInfo = "MTcyMzE1NDQwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -12,0 +12,0 @@ // A simple hack to set the value in the test environment (has no build step).

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