Socket
Socket
Sign inDemoInstall

@devexpress/dx-chart-core

Package Overview
Dependencies
11
Maintainers
9
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.5 to 4.0.6

dist/dx-chart-core.d.cts

18

package.json
{
"name": "@devexpress/dx-chart-core",
"version": "4.0.5",
"version": "4.0.6",
"description": "Core library for the DevExtreme Reactive Chart component",

@@ -20,4 +20,10 @@ "author": {

".": {
"require": "./dist/dx-chart-core.umd.cjs",
"import": "./dist/dx-chart-core.es.js",
"require": {
"types": "./dist/dx-chart-core.d.cts",
"default": "./dist/dx-chart-core.umd.cjs"
},
"import": {
"types": "./dist/dx-chart-core.d.ts",
"default": "./dist/dx-chart-core.es.js"
},
"default": "./dist/dx-chart-core.es.js"

@@ -54,3 +60,3 @@ }

"devDependencies": {
"@devexpress/dx-core": "4.0.5",
"@devexpress/dx-core": "4.0.6",
"@rollup/plugin-replace": "^2.3.1",

@@ -78,5 +84,5 @@ "@types/d3-array": "^2.12.2",

"peerDependencies": {
"@devexpress/dx-core": "4.0.5"
"@devexpress/dx-core": "4.0.6"
},
"gitHead": "23fc6f3559351a03757bbfebff91985c4bbea0bb"
"gitHead": "c2fb5da696d36a234bd134bf4fa94d7261138417"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc