@devexpress/dx-react-core
Advanced tools
Comparing version 1.9.1 to 1.10.0
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2018-12-07 | ||
* Version: 1.9.1 | ||
* Generated: 2018-12-25 | ||
* Version: 1.10.0 | ||
* License: https://js.devexpress.com/Licensing | ||
*/ | ||
import { createContext, createElement, Children, PureComponent, Component, createRef } from 'react'; | ||
import { node, object, func, string, arrayOf, shape, bool, any, oneOfType, instanceOf } from 'prop-types'; | ||
import { shallowEqual, PluginHost, EventEmitter } from '@devexpress/dx-core'; | ||
import { unstable_batchedUpdates, findDOMNode } from 'react-dom'; | ||
import { node, func, oneOfType, string, object, arrayOf, shape, bool, any } from 'prop-types'; | ||
import { Component, createRef, createElement, PureComponent, Children, createContext } from 'react'; | ||
import { findDOMNode, unstable_batchedUpdates } from 'react-dom'; | ||
@@ -240,3 +240,3 @@ function _classCallCheck(instance, Constructor) { | ||
var calculatedPosition = positionContext && positionContext() || []; | ||
return _toConsumableArray(calculatedPosition).concat([index]); | ||
return [].concat(_toConsumableArray(calculatedPosition), [index]); | ||
}; | ||
@@ -1875,3 +1875,8 @@ | ||
export { Plugin, PluginHost$1 as PluginHost, Action, Getter, Template, TemplatePlaceholder, TemplateConnector, Draggable, DragDropProvider, DragSource, DropTarget, Sizer, RefHolder, connectProps, createStateHelper, withComponents }; | ||
/* globals Element */ | ||
var RefType = shape({ | ||
current: instanceOf(typeof Element !== 'undefined' ? Element : Object) | ||
}); | ||
export { Plugin, PluginHost$1 as PluginHost, Action, Getter, Template, TemplatePlaceholder, TemplateConnector, Draggable, DragDropProvider, DragSource, DropTarget, Sizer, RefHolder, connectProps, createStateHelper, withComponents, RefType }; | ||
//# sourceMappingURL=dx-react-core.es.js.map |
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2018-12-07 | ||
* Version: 1.9.1 | ||
* Generated: 2018-12-25 | ||
* Version: 1.10.0 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -9,6 +9,6 @@ */ | ||
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@devexpress/dx-core'), require('react-dom'), require('prop-types'), require('react')) : | ||
typeof define === 'function' && define.amd ? define(['exports', '@devexpress/dx-core', 'react-dom', 'prop-types', 'react'], factory) : | ||
(factory((global.DevExpress = global.DevExpress || {}, global.DevExpress.DXReactCore = {}),global.DevExpress.DXCore,global.ReactDOM,global.PropTypes,global.React)); | ||
}(this, (function (exports,dxCore,reactDom,PropTypes,React) { 'use strict'; | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('prop-types'), require('@devexpress/dx-core'), require('react-dom')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'react', 'prop-types', '@devexpress/dx-core', 'react-dom'], factory) : | ||
(global = global || self, factory((global.DevExpress = global.DevExpress || {}, global.DevExpress.DXReactCore = {}), global.React, global.PropTypes, global.DevExpress.DXCore, global.ReactDOM)); | ||
}(this, function (exports, React, PropTypes, dxCore, reactDom) { 'use strict'; | ||
@@ -244,3 +244,3 @@ if (typeof process === "undefined") { var process = { env: {} }; } | ||
var calculatedPosition = positionContext && positionContext() || []; | ||
return _toConsumableArray(calculatedPosition).concat([index]); | ||
return [].concat(_toConsumableArray(calculatedPosition), [index]); | ||
}; | ||
@@ -1879,2 +1879,7 @@ | ||
/* globals Element */ | ||
var RefType = PropTypes.shape({ | ||
current: PropTypes.instanceOf(typeof Element !== 'undefined' ? Element : Object) | ||
}); | ||
exports.Plugin = Plugin; | ||
@@ -1896,6 +1901,7 @@ exports.PluginHost = PluginHost; | ||
exports.withComponents = withComponents; | ||
exports.RefType = RefType; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); | ||
})); | ||
//# sourceMappingURL=dx-react-core.umd.js.map |
{ | ||
"name": "@devexpress/dx-react-core", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"description": "Core library for DevExtreme React Components", | ||
@@ -43,30 +43,30 @@ "author": { | ||
"devDependencies": { | ||
"@babel/core": "^7.1.6", | ||
"@babel/plugin-transform-runtime": "^7.1.0", | ||
"@babel/preset-env": "^7.1.6", | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.2.3", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^23.6.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.20", | ||
"core-js": "^2.5.7", | ||
"enzyme": "3.7.0", | ||
"enzyme-adapter-react-16": "^1.7.0", | ||
"eslint": "^5.9.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.21", | ||
"core-js": "^2.6.1", | ||
"enzyme": "3.8.0", | ||
"enzyme-adapter-react-16": "^1.7.1", | ||
"eslint": "^5.11.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^22.0.0", | ||
"eslint-plugin-jest": "^22.1.2", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-react": "^7.11.1", | ||
"jest": "^23.6.0", | ||
"react": "^16.6.3", | ||
"react-dom": "^16.6.3", | ||
"react-test-renderer": "^16.6.3", | ||
"rollup": "^0.67.3", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"react": "^16.7.0", | ||
"react-dom": "^16.7.0", | ||
"react-test-renderer": "^16.7.0", | ||
"rollup": "^0.68.2", | ||
"rollup-plugin-babel": "^4.1.0", | ||
"rollup-plugin-license": "^0.7.0", | ||
"rollup-plugin-node-resolve": "^3.4.0" | ||
"rollup-plugin-node-resolve": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"@devexpress/dx-core": "^1.9.1", | ||
"@devexpress/dx-core": "1.10.0", | ||
"prop-types": "^15.6.2" | ||
@@ -78,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "29cb22ed32aac31a3fa3d985b9160300af79b12f" | ||
"gitHead": "0890839a23a7afd042ad3984dca69232767d60cd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
282510
3385
0
+ Added@devexpress/dx-core@1.10.0(transitive)
- Removed@devexpress/dx-core@1.11.2(transitive)
Updated@devexpress/dx-core@1.10.0