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

@arcgis/charts-spec

Package Overview
Dependencies
Maintainers
0
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcgis/charts-spec - npm Package Compare versions

Comparing version 4.32.0-next.11 to 4.32.0-next.12

2

dist/ts-schema/web-chart.js
/**
* Version of the current specification.
*/
export const WebChartCurrentVersion = "17.2.1";
export const WebChartCurrentVersion = "18.0.0";

@@ -7,3 +7,3 @@ import type { ISimpleLineSymbol, ISimpleFillSymbol, ISimpleMarkerSymbol, ITextSymbol, Color, IExtent, IEnvelope, IPoint, IPolygon, IPolygonWithCurves, IPolyline, IDrawingInfo, IStatisticDefinition, IFeatureLayer } from "./rest-js-types";

*/
export declare const WebChartCurrentVersion: "17.2.1";
export declare const WebChartCurrentVersion: "18.0.0";
/**

@@ -585,4 +585,6 @@ * Stores information regarding a numeric conversion

* Subset of the WebChartQuery, used at the series level
*
* @remarks The former `orderByFields` property is replaced by the `orderOptions` property of `WebMapWebChart`.
*/
type WebChartSeriesQuery = Omit<WebChartQuery, "distance" | "gdbVersion" | "geometry" | "num" | "start" | "timeExtent" | "units">;
export type WebChartSeriesQuery = Omit<WebChartQuery, "distance" | "gdbVersion" | "geometry" | "num" | "orderByFields" | "start" | "timeExtent" | "units">;
/**

@@ -589,0 +591,0 @@ * JSON representation of filters applied to the data

{
"name": "@arcgis/charts-spec",
"version": "4.32.0-next.11",
"version": "4.32.0-next.12",
"publishConfig": {

@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/",

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

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

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