Socket
Socket
Sign inDemoInstall

@devexpress/dx-chart-core

Package Overview
Dependencies
3
Maintainers
24
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.6.0

LICENSE.md

6

dist/dx-chart-core.es.js
/**
* Bundle of @devexpress/dx-chart-core
* Generated: 2018-07-31
* Version: 1.5.1
* Generated: 2018-08-17
* Version: 1.6.0
* License: https://js.devexpress.com/Licensing

@@ -529,3 +529,3 @@ */

var dPoint = symbol().size([size ** 2]).type(symbolCircle)();
var dPoint = symbol().size([Math.pow(size, 2)]).type(symbolCircle)();
var offSet = scales.xScale.bandwidth ? scales.xScale.bandwidth() / 2 : 0;

@@ -532,0 +532,0 @@ return function (item) {

/**
* Bundle of @devexpress/dx-chart-core
* Generated: 2018-07-31
* Version: 1.5.1
* Generated: 2018-08-17
* Version: 1.6.0
* License: https://js.devexpress.com/Licensing

@@ -531,3 +531,3 @@ */

var dPoint = d3Shape.symbol().size([size ** 2]).type(d3Shape.symbolCircle)();
var dPoint = d3Shape.symbol().size([Math.pow(size, 2)]).type(d3Shape.symbolCircle)();
var offSet = scales.xScale.bandwidth ? scales.xScale.bandwidth() / 2 : 0;

@@ -534,0 +534,0 @@ return function (item) {

{
"name": "@devexpress/dx-chart-core",
"version": "1.5.1",
"version": "1.6.0",
"description": "Core library for the DevExtreme Reactive Chart component",

@@ -43,14 +43,14 @@ "author": {

"babel-core": "^6.26.3",
"babel-jest": "^23.4.0",
"babel-jest": "^23.4.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.7.0",
"core-js": "^2.5.7",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"jest": "^23.4.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.21.0",
"jest": "^23.5.0",
"rollup": "0.50.0",

@@ -64,3 +64,4 @@ "rollup-plugin-babel": "^3.0.4",

"d3-shape": "^1.2.0"
}
},
"gitHead": "0540239a4b8465fb36b838ea2b18b076cc12a470"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc