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

@devexpress/dx-react-core

Package Overview
Dependencies
Maintainers
1
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 1.0.0-alpha.4 to 1.0.0-alpha.5

33

dist/dx-react-core.es.js
/**
* Bundle of @devexpress/dx-react-core
* Generated: 2017-06-23
* Version: 1.0.0-alpha.3
* Generated: 2017-07-07
* Version: 1.0.0-alpha.4
* License: https://js.devexpress.com/Licensing

@@ -704,10 +704,11 @@ */

var content = placeholder ? placeholder(template()) : template();
return React.createElement(TemplateConnector, {
var renderedTemplate = template();
var content = renderedTemplate ? React.createElement(TemplateConnector, {
params: this.params,
mapProps: connectGetters,
mapActions: connectActions,
content: content
});
content: renderedTemplate
}) : null;
return placeholder ? placeholder(content) : content;
}

@@ -717,7 +718,3 @@ }]);

}(React.PureComponent);
TemplatePlaceholder.defaultProps = {
name: null,
params: null,
children: null
};
TemplatePlaceholder.propTypes = {

@@ -728,5 +725,9 @@ name: PropTypes.string,

};
TemplatePlaceholder.childContextTypes = {
templateHost: PropTypes.object.isRequired
TemplatePlaceholder.defaultProps = {
name: null,
params: null,
children: null
};
TemplatePlaceholder.contextTypes = {

@@ -737,2 +738,6 @@ templateHost: PropTypes.object,

TemplatePlaceholder.childContextTypes = {
templateHost: PropTypes.object.isRequired
};
var PluginHost$1 = function (_React$PureComponent) {

@@ -739,0 +744,0 @@ inherits(PluginHost$$1, _React$PureComponent);

/**
* Bundle of @devexpress/dx-react-core
* Generated: 2017-06-23
* Version: 1.0.0-alpha.3
* Generated: 2017-07-07
* Version: 1.0.0-alpha.4
* License: https://js.devexpress.com/Licensing

@@ -708,10 +708,11 @@ */

var content = placeholder ? placeholder(template()) : template();
return React.createElement(TemplateConnector, {
var renderedTemplate = template();
var content = renderedTemplate ? React.createElement(TemplateConnector, {
params: this.params,
mapProps: connectGetters,
mapActions: connectActions,
content: content
});
content: renderedTemplate
}) : null;
return placeholder ? placeholder(content) : content;
}

@@ -721,7 +722,3 @@ }]);

}(React.PureComponent);
TemplatePlaceholder.defaultProps = {
name: null,
params: null,
children: null
};
TemplatePlaceholder.propTypes = {

@@ -732,5 +729,9 @@ name: PropTypes.string,

};
TemplatePlaceholder.childContextTypes = {
templateHost: PropTypes.object.isRequired
TemplatePlaceholder.defaultProps = {
name: null,
params: null,
children: null
};
TemplatePlaceholder.contextTypes = {

@@ -741,2 +742,6 @@ templateHost: PropTypes.object,

TemplatePlaceholder.childContextTypes = {
templateHost: PropTypes.object.isRequired
};
var PluginHost$1 = function (_React$PureComponent) {

@@ -743,0 +748,0 @@ inherits(PluginHost$$1, _React$PureComponent);

{
"name": "@devexpress/dx-react-core",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Core library for DevExtreme React Components",

@@ -70,2 +70,3 @@ "author": {

"jest-junit": "^1.5.1",
"react": "^15.5.4",
"react-dom": "^15.6.1",

@@ -80,3 +81,3 @@ "react-test-renderer": "^15.6.1",

"dependencies": {
"@devexpress/dx-core": "1.0.0-alpha.4",
"@devexpress/dx-core": "1.0.0-alpha.5",
"prop-types": "^15.5.8"

@@ -83,0 +84,0 @@ },

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