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

@devexpress/dx-core

Package Overview
Dependencies
Maintainers
13
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-core - npm Package Compare versions

Comparing version 1.11.0-alpha.1 to 1.11.0-beta.1

48

dist/dx-core.es.js
/**
* Bundle of @devexpress/dx-core
* Generated: 2019-03-13
* Version: 1.11.0-alpha.1
* Generated: 2019-04-24
* Version: 1.11.0-beta.1
* License: https://js.devexpress.com/Licensing

@@ -54,2 +54,4 @@ */

};
/** @internal */
var slice = function (arr) { return Array.prototype.slice.call(arr); }; // slice can be renamed to copy as well
/* globals window:true */

@@ -174,2 +176,40 @@ /** @internal */

/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
function __read(o, n) {
var m = typeof Symbol === "function" && o[Symbol.iterator];
if (!m) return o;
var i = m.call(o), r, ar = [], e;
try {
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
}
catch (error) { e = { error: error }; }
finally {
try {
if (r && !r.done && (m = i["return"])) m.call(i);
}
finally { if (e) throw e.error; }
}
return ar;
}
function __spread() {
for (var ar = [], i = 0; i < arguments.length; i++)
ar = ar.concat(__read(arguments[i]));
return ar;
}
/** @internal */

@@ -224,3 +264,3 @@ var shallowEqual = function (objA, objB) {

if (lastArgs === null || !argumentsShallowEqual(lastArgs, args)) {
lastResult = func.apply(void 0, args);
lastResult = func.apply(void 0, __spread(args));
}

@@ -278,3 +318,3 @@ lastArgs = args;

export { PluginHost, EventEmitter, memoize, shallowEqual, argumentsShallowEqual, getMessagesFormatter, createClickHandlers, isEdgeBrowser, easeInQuad, easeOutQuad, easeInOutQuad, easeInCubic, easeOutCubic, easeInOutCubic, easeInQuart, easeOutQuart, easeInOutQuart, easeInQuint, easeOutQuint, easeInOutQuint };
export { PluginHost, EventEmitter, memoize, shallowEqual, argumentsShallowEqual, getMessagesFormatter, createClickHandlers, isEdgeBrowser, slice, easeInQuad, easeOutQuad, easeInOutQuad, easeInCubic, easeOutCubic, easeInOutCubic, easeInQuart, easeOutQuart, easeInOutQuart, easeInQuint, easeOutQuint, easeInOutQuint };
//# sourceMappingURL=dx-core.es.js.map
/**
* Bundle of @devexpress/dx-core
* Generated: 2019-03-13
* Version: 1.11.0-alpha.1
* Generated: 2019-04-24
* Version: 1.11.0-beta.1
* License: https://js.devexpress.com/Licensing

@@ -60,2 +60,4 @@ */

};
/** @internal */
var slice = function (arr) { return Array.prototype.slice.call(arr); }; // slice can be renamed to copy as well
/* globals window:true */

@@ -180,2 +182,40 @@ /** @internal */

/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
function __read(o, n) {
var m = typeof Symbol === "function" && o[Symbol.iterator];
if (!m) return o;
var i = m.call(o), r, ar = [], e;
try {
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
}
catch (error) { e = { error: error }; }
finally {
try {
if (r && !r.done && (m = i["return"])) m.call(i);
}
finally { if (e) throw e.error; }
}
return ar;
}
function __spread() {
for (var ar = [], i = 0; i < arguments.length; i++)
ar = ar.concat(__read(arguments[i]));
return ar;
}
/** @internal */

@@ -230,3 +270,3 @@ var shallowEqual = function (objA, objB) {

if (lastArgs === null || !argumentsShallowEqual(lastArgs, args)) {
lastResult = func.apply(void 0, args);
lastResult = func.apply(void 0, __spread(args));
}

@@ -292,2 +332,3 @@ lastArgs = args;

exports.isEdgeBrowser = isEdgeBrowser;
exports.slice = slice;
exports.easeInQuad = easeInQuad;

@@ -294,0 +335,0 @@ exports.easeOutQuad = easeOutQuad;

6

package.json
{
"name": "@devexpress/dx-core",
"version": "1.11.0-alpha.1",
"version": "1.11.0-beta.1",
"description": "Core library for DevExtreme Reactive Components",

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

"lint": "tslint -p tsconfig.lint.json",
"lint:fix": "yarn run lint -- --fix"
"lint:fix": "yarn lint -- --fix"
},

@@ -57,3 +57,3 @@ "devDependencies": {

},
"gitHead": "04937befc4fe9c5e329039533983c956deb78390"
"gitHead": "972b9b88a1e51db0c0c8c30a009407b2d35a7a4f"
}

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