Socket
Socket
Sign inDemoInstall

@devexpress/dx-chart-core

Package Overview
Dependencies
Maintainers
15
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-chart-core - npm Package Compare versions

Comparing version 2.7.2 to 2.7.3

2

dist/dx-chart-core.d.ts

@@ -120,3 +120,3 @@

export type OrderFn = (series: StackData) => number[];
export type OffsetFn = (series: StackData, order: number[]) => void;
export type OffsetFn = (series: StackData, order: Iterable<number>) => void;
export type StackList = ReadonlyArray<Stack>;

@@ -123,0 +123,0 @@ export type StacksOptions = {

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

@@ -45,7 +45,7 @@ "author": {

"devDependencies": {
"@devexpress/dx-core": "2.7.2",
"@devexpress/dx-core": "2.7.3",
"@rollup/plugin-replace": "^2.3.1",
"@types/d3-array": "^2.0.0",
"@types/d3-scale": "^2.2.0",
"@types/d3-shape": "^1.3.2",
"@types/d3-scale": "^3.2.0",
"@types/d3-shape": "^2.0.0",
"core-js": "^3.4.1",

@@ -55,7 +55,7 @@ "jest": "^24.9.0",

"rollup-plugin-license": "^0.12.1",
"rollup-plugin-typescript2": "^0.27.2",
"rollup-plugin-typescript2": "^0.27.3",
"ts-jest": "^24.1.0",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"typescript": "3.9.7"
"typescript": "4.0.5"
},

@@ -68,5 +68,5 @@ "dependencies": {

"peerDependencies": {
"@devexpress/dx-core": "2.7.2"
"@devexpress/dx-core": "2.7.3"
},
"gitHead": "10d1f773b97993854d7cb2449f7ee08fd09522ab"
"gitHead": "74a9c0e2b44998eb61ef3db2d05500c0fc6cbfaa"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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