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.11.0 to 7.11.1

4

DataGridPro/DataGrid.js

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

}
throw new Error(["You try to import `DataGrid` from @mui/x-data-grid-pro but this module doesn't exist.", '', "Instead, you can do `import { DataGridPro } from '@mui/x-data-grid-pro'`."].join('\n'));
throw new Error(["You try to import `DataGrid` from @mui/x-data-grid-pro but this module isn't exported from this npm package.", '', "Instead, you can do `import { DataGridPro } from '@mui/x-data-grid-pro'`.", ''].join('\n'));
}

@@ -26,3 +26,3 @@

}
throw new Error(["You try to import `DataGridPremium` from @mui/x-data-grid-pro but this module doesn't exist.", '', "Instead, you can do `import { DataGridPro } from '@mui/x-data-grid-pro'`."].join('\n'));
throw new Error(["You try to import `DataGridPremium` from @mui/x-data-grid-pro but this module isn't exported from this npm package.", '', 'Instead, if you have a Premium plan license or want to try Premium, you can do this:', `import { DataGridPremium } from '@mui/x-data-grid-premium'`, '', "Otherwise, you can stay on the Pro plan: `import { DataGridPro } from '@mui/x-data-grid-pro'`.", ''].join('\n'));
}

@@ -8,3 +8,3 @@ /**

}
throw new Error(["You try to import `DataGrid` from @mui/x-data-grid-pro but this module doesn't exist.", '', "Instead, you can do `import { DataGridPro } from '@mui/x-data-grid-pro'`."].join('\n'));
throw new Error(["You try to import `DataGrid` from @mui/x-data-grid-pro but this module isn't exported from this npm package.", '', "Instead, you can do `import { DataGridPro } from '@mui/x-data-grid-pro'`.", ''].join('\n'));
}

@@ -19,3 +19,3 @@

}
throw new Error(["You try to import `DataGridPremium` from @mui/x-data-grid-pro but this module doesn't exist.", '', "Instead, you can do `import { DataGridPro } from '@mui/x-data-grid-pro'`."].join('\n'));
throw new Error(["You try to import `DataGridPremium` from @mui/x-data-grid-pro but this module isn't exported from this npm package.", '', 'Instead, if you have a Premium plan license or want to try Premium, you can do this:', `import { DataGridPremium } from '@mui/x-data-grid-premium'`, '', "Otherwise, you can stay on the Pro plan: `import { DataGridPro } from '@mui/x-data-grid-pro'`.", ''].join('\n'));
}
import { ponyfillGlobal } from '@mui/utils';
export const getReleaseInfo = () => {
const releaseInfo = "MTcyMTI1MzYwMDAwMA==";
const releaseInfo = "MTcyMTg0NzYwMDAwMA==";
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.11.0
* @mui/x-data-grid-pro v7.11.1
*

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

@@ -8,3 +8,3 @@ /**

}
throw new Error(["You try to import `DataGrid` from @mui/x-data-grid-pro but this module doesn't exist.", '', "Instead, you can do `import { DataGridPro } from '@mui/x-data-grid-pro'`."].join('\n'));
throw new Error(["You try to import `DataGrid` from @mui/x-data-grid-pro but this module isn't exported from this npm package.", '', "Instead, you can do `import { DataGridPro } from '@mui/x-data-grid-pro'`.", ''].join('\n'));
}

@@ -19,3 +19,3 @@

}
throw new Error(["You try to import `DataGridPremium` from @mui/x-data-grid-pro but this module doesn't exist.", '', "Instead, you can do `import { DataGridPro } from '@mui/x-data-grid-pro'`."].join('\n'));
throw new Error(["You try to import `DataGridPremium` from @mui/x-data-grid-pro but this module isn't exported from this npm package.", '', 'Instead, if you have a Premium plan license or want to try Premium, you can do this:', `import { DataGridPremium } from '@mui/x-data-grid-premium'`, '', "Otherwise, you can stay on the Pro plan: `import { DataGridPro } from '@mui/x-data-grid-pro'`.", ''].join('\n'));
}
/**
* @mui/x-data-grid-pro v7.11.0
* @mui/x-data-grid-pro v7.11.1
*

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

import { ponyfillGlobal } from '@mui/utils';
export const getReleaseInfo = () => {
const releaseInfo = "MTcyMTI1MzYwMDAwMA==";
const releaseInfo = "MTcyMTg0NzYwMDAwMA==";
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.11.0",
"version": "7.11.1",
"description": "The Pro plan edition of the Data Grid components (MUI X).",

@@ -37,4 +37,4 @@ "author": "MUI Team",

"@babel/runtime": "^7.24.8",
"@mui/system": "^5.16.2",
"@mui/utils": "^5.16.2",
"@mui/system": "^5.16.5",
"@mui/utils": "^5.16.5",
"@types/format-util": "^1.0.4",

@@ -44,5 +44,5 @@ "clsx": "^2.1.1",

"reselect": "^4.1.8",
"@mui/x-internals": "7.11.0",
"@mui/x-license": "7.11.0",
"@mui/x-data-grid": "7.11.0"
"@mui/x-data-grid": "7.11.1",
"@mui/x-license": "7.11.1",
"@mui/x-internals": "7.11.1"
},

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

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

const getReleaseInfo = () => {
const releaseInfo = "MTcyMTI1MzYwMDAwMA==";
const releaseInfo = "MTcyMTg0NzYwMDAwMA==";
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