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

@devexpress/dx-react-grid-bootstrap4

Package Overview
Dependencies
Maintainers
12
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.2 to 2.0.3

10

dist/dx-react-grid-bootstrap4.d.ts

@@ -300,2 +300,8 @@ import * as React from 'react';

export namespace TableColumnResizing {
/** Describes additional column properties that the plugin can handle. */
export type ColumnExtension = TableColumnResizingBase.ColumnExtension;
}
export interface TableColumnResizingProps {

@@ -306,2 +312,4 @@ /** Specifies column widths. */

minColumnWidth?: number;
/** Specifies a column's maximum width. */
maxColumnWidth?: number;
/** Specifies initial column widths in uncontrolled mode. */

@@ -311,2 +319,4 @@ defaultColumnWidths?: Array<TableColumnWidthInfo>;

onColumnWidthsChange?: (nextColumnWidths: Array<TableColumnWidthInfo>) => void;
/** Additional column properties that the plugin can handle. */
columnExtensions?: Array<TableColumnResizingBase.ColumnExtension>;
}

@@ -313,0 +323,0 @@

34

package.json
{
"name": "@devexpress/dx-react-grid-bootstrap4",
"version": "2.0.2",
"version": "2.0.3",
"description": "Bootstrap 4 templates for DevExtreme React Grid component",

@@ -52,10 +52,10 @@ "author": {

"@babel/preset-react": "^7.0.0",
"@devexpress/dx-grid-core": "2.0.2",
"@devexpress/dx-react-core": "2.0.2",
"@devexpress/dx-react-grid": "2.0.2",
"@devexpress/dx-testing": "2.0.2",
"@devexpress/dx-grid-core": "2.0.3",
"@devexpress/dx-react-core": "2.0.3",
"@devexpress/dx-react-grid": "2.0.3",
"@devexpress/dx-testing": "2.0.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"core-js": "^3.1.4",
"core-js": "^3.2.1",
"enzyme": "3.10.0",

@@ -68,12 +68,12 @@ "enzyme-adapter-react-16": "^1.14.0",

"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.14.1",
"eslint-plugin-jest": "^22.15.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"jest": "^24.8.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"rollup": "^1.17.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-test-renderer": "^16.9.0",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-license": "^0.9.0",
"rollup-plugin-license": "^0.12.0",
"rollup-plugin-node-resolve": "^5.2.0",

@@ -85,11 +85,11 @@ "rollup-plugin-sass": "^1.2.2"

"prop-types": "^15.7.2",
"react-popper": "^1.3.3"
"react-popper": "^1.3.4"
},
"peerDependencies": {
"@devexpress/dx-grid-core": "2.0.2",
"@devexpress/dx-react-core": "2.0.2",
"@devexpress/dx-react-grid": "2.0.2",
"@devexpress/dx-grid-core": "2.0.3",
"@devexpress/dx-react-core": "2.0.3",
"@devexpress/dx-react-grid": "2.0.3",
"react": ">=16.8.6"
},
"gitHead": "781df644dad87a3308ced4a4bbb25e077d9cf094"
"gitHead": "1790d3c1f2654a09c2fddba300d26bd713512301"
}

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