Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@asphalt-react/data-viz

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asphalt-react/data-viz - npm Package Compare versions

Comparing version
2.11.0
to
2.12.0
+1
-0
dist/index.d.ts

@@ -16,2 +16,3 @@ type Override<T, U> = Omit<U, keyof T> & T

isStrikeThrough?: (...args: any[]) => any
ref?: React.Ref<any>
}

@@ -18,0 +19,0 @@

+6
-6
{
"name": "@asphalt-react/data-viz",
"version": "2.11.0",
"version": "2.12.0",
"description": "data-viz is a comprehensive charting library tailored to fulfill diverse visualization requirements.",

@@ -42,5 +42,5 @@ "keywords": [

"dependencies": {
"@asphalt-react/context": "^2.10.0",
"@asphalt-react/popover": "^2.11.0",
"@asphalt-react/typography": "^2.11.0",
"@asphalt-react/context": "^2.12.0",
"@asphalt-react/popover": "^2.12.0",
"@asphalt-react/typography": "^2.12.0",
"@visx/axis": "^3.10.1",

@@ -62,7 +62,7 @@ "@visx/curve": "^3.3.0",

"devDependencies": {
"@asphalt-react/build": "^2.10.0",
"@asphalt-react/build": "^2.12.0",
"@testing-library/react": "^11.2.7"
},
"license": "UNLICENSED",
"gitHead": "ccb568000f6ca32f5a052d9f2a1b9f74aab38bd5"
"gitHead": "ef3f211cc4e921b4345777317bb3bfbf3b12cfa5"
}