Socket
Socket
Sign inDemoInstall

@mui/x-data-grid-pro

Package Overview
Dependencies
133
Maintainers
9
Versions
175
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 5.0.0-beta.0

CHANGELOG.md

26

package.json
{
"name": "@mui/x-data-grid-pro",
"version": "4.0.0",
"version": "5.0.0-beta.0",
"description": "The commercial edition of the data grid component (Material-UI X).",
"author": "MUI Team",
"main": "dist/index-cjs.js",
"module": "dist/index-esm.js",
"types": "dist/x-grid.d.ts",
"files": [
"dist/*"
],
"main": "index-cjs.js",
"module": "index-esm.js",
"types": "x-grid.d.ts",
"license": "See LICENSE file",

@@ -43,4 +40,4 @@ "bugs": {

"dependencies": {
"@material-ui/utils": "^5.0.0-beta.4",
"@mui/x-license-pro": "4.0.0",
"@mui/utils": "^5.0.0",
"@mui/x-license-pro": "5.0.0-beta.0",
"clsx": "^1.0.4",

@@ -51,5 +48,5 @@ "prop-types": "^15.7.2",

"peerDependencies": {
"@material-ui/core": "^4.12.0 || ^5.0.0-beta.0",
"@material-ui/styles": "^4.11.4 || ^5.0.0-beta.0",
"react": "^17.0.0"
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"react": "^17.0.2"
},

@@ -61,4 +58,3 @@ "setupFiles": [

"node": ">=12.0.0"
},
"gitHead": "940d6238fe499f027ee27e818d714f79ca40e9a5"
}
}
}

@@ -18,7 +18,8 @@ # @mui/x-data-grid-pro

This component has two peer dependencies that you will need to install as well.
This component has three peer dependencies that you will need to install as well.
```json
"peerDependencies": {
"@material-ui/core": "^4.12.0 || ^5.0.0-beta.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"react": "^17.0.0"

@@ -25,0 +26,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc