Socket
Socket
Sign inDemoInstall

@devexpress/dx-react-core

Package Overview
Dependencies
Maintainers
14
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.0.2 to 3.0.3

7

dist/dx-react-core.d.ts
// Dependencies for this module:
// ../../../../react
// ../../../../@devexpress/dx-core
import * as React from 'react';
import { IDependency } from '@devexpress/dx-core';

@@ -91,6 +93,1 @@ export interface PluginProps {

export interface IDependency {
name: string;
optional?: boolean;
}
/**
* Bundle of @devexpress/dx-react-core
* Generated: 2022-02-24
* Version: 3.0.2
* Generated: 2022-05-11
* Version: 3.0.3
* License: https://js.devexpress.com/Licensing

@@ -231,3 +231,4 @@ */

var children = this.props.children;
return children !== nextProps.children || templates.length > 1
return children !== nextProps.children
|| templates.length !== getRenderingData(this.props).templates.length
|| this.template !== template

@@ -234,0 +235,0 @@ || !shallowEqual(this.params, params);

/**
* Bundle of @devexpress/dx-react-core
* Generated: 2022-02-24
* Version: 3.0.2
* Generated: 2022-05-11
* Version: 3.0.3
* License: https://js.devexpress.com/Licensing

@@ -234,3 +234,4 @@ */

var children = this.props.children;
return children !== nextProps.children || templates.length > 1
return children !== nextProps.children
|| templates.length !== getRenderingData(this.props).templates.length
|| this.template !== template

@@ -237,0 +238,0 @@ || !dxCore.shallowEqual(this.params, params);

{
"name": "@devexpress/dx-react-core",
"version": "3.0.2",
"version": "3.0.3",
"description": "Core library for DevExtreme React Components",

@@ -64,3 +64,3 @@ "author": {

"dependencies": {
"@devexpress/dx-core": "3.0.2",
"@devexpress/dx-core": "3.0.3",
"prop-types": "^15.7.2"

@@ -72,3 +72,3 @@ },

},
"gitHead": "e870df3d6fc327e899a2b3d184069fc72bc9fd65"
"gitHead": "37629254fc2d4b87b9a8fc3c50dad8ca31e41181"
}

Sorry, the diff of this file is not supported yet

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