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

@devexpress/dx-react-chart

Package Overview
Dependencies
Maintainers
13
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.11.0-beta.1 to 1.11.0

8

dist/dx-react-chart.d.ts

@@ -31,3 +31,3 @@ // Dependencies for this module:

export const SplineSeries: React.ReactType<AreaSeriesProps>;
export const SplineSeries: React.ComponentType<AreaSeriesProps>;

@@ -194,3 +194,3 @@ export const ArgumentAxis: React.ComponentType<ArgumentAxisProps>;

/** The title position */
position?: 'top' | 'bottom' | 'left' | 'right';
position?: 'top' | 'bottom';
}

@@ -266,4 +266,4 @@

y: number;
/** The label’s baseline */
dominantBaseline: string;
/** The label's offset from the baseline in CSS units */
dy: string;
/** The label’s text alignment */

@@ -270,0 +270,0 @@ textAnchor: string;

{
"name": "@devexpress/dx-react-chart",
"version": "1.11.0-beta.1",
"version": "1.11.0",
"description": "Composable plugin-based chart component for React",

@@ -47,23 +47,23 @@ "author": {

"devDependencies": {
"@devexpress/dx-testing": "1.11.0-beta.1",
"core-js": "^2.6.5",
"@devexpress/dx-testing": "1.11.0",
"core-js": "^3.0.1",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"jest": "^24.1.0",
"enzyme-adapter-react-16": "^1.13.0",
"jest": "^24.8.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-test-renderer": "^16.8.3",
"rollup": "^1.2.3",
"react-test-renderer": "^16.8.6",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-license": "^0.8.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-typescript2": "^0.19.2",
"ts-jest": "^24.0.0",
"tslint": "^5.13.0",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.21.0",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.3.3333"
"typescript": "^3.4.5"
},
"dependencies": {
"@devexpress/dx-chart-core": "1.11.0-beta.1",
"@devexpress/dx-chart-core": "1.11.0",
"d3-scale": "^2.2.2",

@@ -73,7 +73,7 @@ "d3-shape": "^1.3.4"

"peerDependencies": {
"@devexpress/dx-react-core": "1.11.0-beta.1",
"@devexpress/dx-react-core": "1.11.0",
"react": ">=16.8.3",
"react-dom": ">=16.8.3"
},
"gitHead": "972b9b88a1e51db0c0c8c30a009407b2d35a7a4f"
"gitHead": "2ee3c94fa5fd5fddf386d4561206715d784e64bc"
}

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

Sorry, the diff of this file is not supported yet

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

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