Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@devexpress/dx-react-grid

Package Overview
Dependencies
Maintainers
11
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-react-grid - npm Package Compare versions

Comparing version 1.1.0-beta.1 to 1.1.0-beta.2

28

package.json
{
"name": "@devexpress/dx-react-grid",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"description": "Composable plugin-based data grid component for React",

@@ -50,7 +50,7 @@ "author": {

"devDependencies": {
"@devexpress/dx-core": "1.1.0-beta.1",
"@devexpress/dx-react-core": "1.1.0-beta.1",
"@devexpress/dx-testing": "1.1.0-beta.1",
"@devexpress/dx-core": "1.1.0-beta.2",
"@devexpress/dx-react-core": "1.1.0-beta.2",
"@devexpress/dx-testing": "1.1.0-beta.2",
"babel-core": "^6.26.0",
"babel-jest": "^22.2.2",
"babel-jest": "^22.4.1",
"babel-plugin-external-helpers": "^6.22.0",

@@ -64,11 +64,11 @@ "babel-plugin-transform-object-rest-spread": "^6.26.0",

"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.17.0",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.12.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"jest": "^22.3.0",
"eslint-plugin-react": "^7.7.0",
"jest": "^22.4.2",
"react": "^16.2.0",

@@ -83,8 +83,8 @@ "react-dom": "^16.2.0",

"dependencies": {
"@devexpress/dx-grid-core": "1.1.0-beta.1",
"prop-types": "^15.6.0"
"@devexpress/dx-grid-core": "1.1.0-beta.2",
"prop-types": "^15.6.1"
},
"peerDependencies": {
"@devexpress/dx-core": "1.0.0",
"@devexpress/dx-react-core": "1.0.0",
"@devexpress/dx-core": "1.1.0-beta.2",
"@devexpress/dx-react-core": "1.1.0-beta.2",
"react": "^16.2.0",

@@ -91,0 +91,0 @@ "react-dom": "^16.2.0"

@@ -19,18 +19,26 @@ # DevExtreme React Grid

- Bootstrap 3
- Material UI
```
npm i --save @devexpress/dx-react-grid-bootstrap3
npm i --save @devexpress/dx-react-grid-material-ui
```
Make sure that [React-Boostrap](https://react-bootstrap.github.io) dependencies are installed and properly configured. Check the React-Bootstrap's [Getting Started](https://react-bootstrap.github.io/getting-started.html) article for configuration details.
Make sure that [Material UI](https://material-ui-1dab0.firebaseapp.com/) dependencies are installed and properly configured. Check the Material UI's [Getting Started](https://material-ui-1dab0.firebaseapp.com/getting-started/installation) article for configuration details.
- Material UI
- Bootstrap 4
```
npm i --save @devexpress/dx-react-grid-material-ui
npm i --save @devexpress/dx-react-grid-bootstrap4
```
Make sure that [Material UI](https://material-ui-1dab0.firebaseapp.com/) dependencies are installed and properly configured. Check the Material UI's [Getting Started](https://material-ui-1dab0.firebaseapp.com/getting-started/installation) article for configuration details.
Make sure that [reactstrap](https://reactstrap.github.io/) dependencies are installed and properly configured. Check the reactstrap's [Getting Started](https://reactstrap.github.io/) article for configuration details.
- Bootstrap 3
```
npm i --save @devexpress/dx-react-grid-bootstrap3
```
Make sure that [React-Boostrap](https://react-bootstrap.github.io) dependencies are installed and properly configured. Check the React-Bootstrap's [Getting Started](https://react-bootstrap.github.io/getting-started/introduction) article for configuration details.
### Polyfills

@@ -42,3 +50,3 @@

The Grid renders nothing by default. The root Grid component's nested plugin components implement its functionality, and it is necessary to specify at least one plugin that visualizes the grid data.
The Grid renders nothing by default. The root Grid component's nested plugin components implement its functionality, and it is necessary to specify at least one plugin that visualizes the grid's data.

@@ -45,0 +53,0 @@ Use the Table plugin to display the data as a simple table:

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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