New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arcgis/charts-js-common

Package Overview
Dependencies
Maintainers
4
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcgis/charts-js-common - npm Package Compare versions

Comparing version 4.32.0-next.123 to 4.32.0-next.124

10

dist/types/data/utils/misc/index.d.ts

@@ -51,3 +51,3 @@ import type { ChartElementLimit, SelectionIndexes } from "@arcgis/charts-shared-utils";

* @param props.preferLabel Whether to use data labels
* @param props.isByFieldsChart Whether the chart is a from fields chart
* @param props.isPieOrByFieldsChart Whether it is a pie or by fields chart
*/

@@ -62,3 +62,3 @@ export declare function sortWebChartDataItemsUsingDirectionalSort(props: {

preferLabel?: boolean;
isByFieldsChart?: boolean;
isPieOrByFieldsChart?: boolean;
}): void;

@@ -71,4 +71,5 @@ /**

* @param props.sortingField The field to sort by
* @param props.useFieldAlias Whether to use the field alias
* @param props.fieldList The layer field list
* @param props.isByFieldsChart Whether the chart is a by fields chart (bar, line, pie from fields)
* @param props.preferLabel Whether or not to use labels like field alias
*/

@@ -79,4 +80,5 @@ export declare function sortWebChartDataItemsUsingPredefinedLabels(props: {

sortingField: string;
useFieldAlias?: boolean;
fieldList?: IField[];
isByFieldsChart?: boolean;
preferLabel?: boolean;
}): void;

@@ -83,0 +85,0 @@ /**

6

package.json
{
"name": "@arcgis/charts-js-common",
"version": "4.32.0-next.123",
"version": "4.32.0-next.124",
"description": "TypeScript library containing the common modules to `arcgis-charts-js` and `arcgis-chart-js-next`",

@@ -13,4 +13,4 @@ "main": "dist/commonjs/index.js",

"dependencies": {
"@arcgis/charts-shared-utils": "4.32.0-next.123",
"@arcgis/charts-spec": "4.32.0-next.123",
"@arcgis/charts-shared-utils": "4.32.0-next.124",
"@arcgis/charts-spec": "4.32.0-next.124",
"chance": "^1.1.11",

@@ -17,0 +17,0 @@ "d3-array": "^3.1.1",

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