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.8 to 1.0.0-alpha.9

15

dist/dx-react-core.es.js
/**
* Bundle of @devexpress/dx-react-core
* Generated: 2017-08-21
* Version: 1.0.0-alpha.8
* Generated: 2017-09-04
* Version: 1.0.0-alpha.9
* License: https://js.devexpress.com/Licensing

@@ -1489,7 +1489,12 @@ */

var template = _ref.template,
children = _ref.children,
restProps = objectWithoutProperties(_ref, ["template", "children"]);
return template(_extends({}, restProps, { children: children }));
templateRef = _ref.templateRef,
restProps = objectWithoutProperties(_ref, ['template', 'templateRef']);
return template(_extends({}, restProps, { ref: templateRef }));
};
TemplateRenderer.propTypes = {
template: PropTypes.func.isRequired,
templateRef: PropTypes.func
};
var combineTemplates = function combineTemplates() {

@@ -1496,0 +1501,0 @@ var userTemplate = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {

/**
* Bundle of @devexpress/dx-react-core
* Generated: 2017-08-21
* Version: 1.0.0-alpha.8
* Generated: 2017-09-04
* Version: 1.0.0-alpha.9
* License: https://js.devexpress.com/Licensing

@@ -1493,7 +1493,12 @@ */

var template = _ref.template,
children = _ref.children,
restProps = objectWithoutProperties(_ref, ["template", "children"]);
return template(_extends({}, restProps, { children: children }));
templateRef = _ref.templateRef,
restProps = objectWithoutProperties(_ref, ['template', 'templateRef']);
return template(_extends({}, restProps, { ref: templateRef }));
};
TemplateRenderer.propTypes = {
template: PropTypes.func.isRequired,
templateRef: PropTypes.func
};
var combineTemplates = function combineTemplates() {

@@ -1500,0 +1505,0 @@ var userTemplate = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {

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

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

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