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
15
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.1 to 1.1.2

2

dist/dx-react-grid.d.ts

@@ -1283,3 +1283,3 @@ import * as React from 'react';

/** Describes properties passed to a component that renders a table cell when the table is empty. */
export interface NoDataCellProps {
export interface NoDataCellProps extends Table.CellProps {
/** Returns the text displayed in a cell when a table is empty. */

@@ -1286,0 +1286,0 @@ getMessage: (messageKey: string) => string;

{
"name": "@devexpress/dx-react-grid",
"version": "1.1.1",
"version": "1.1.2",
"description": "Composable plugin-based data grid component for React",

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

"devDependencies": {
"@devexpress/dx-core": "1.1.1",
"@devexpress/dx-react-core": "1.1.1",
"@devexpress/dx-testing": "1.1.1",
"@devexpress/dx-core": "1.1.2",
"@devexpress/dx-react-core": "1.1.2",
"@devexpress/dx-testing": "1.1.2",
"babel-core": "^6.26.0",

@@ -82,8 +82,8 @@ "babel-jest": "^22.4.1",

"dependencies": {
"@devexpress/dx-grid-core": "1.1.1",
"@devexpress/dx-grid-core": "1.1.2",
"prop-types": "^15.6.1"
},
"peerDependencies": {
"@devexpress/dx-core": "1.1.1",
"@devexpress/dx-react-core": "1.1.1",
"@devexpress/dx-core": "1.1.2",
"@devexpress/dx-react-core": "1.1.2",
"react": "^16.2.0",

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

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

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