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

@esri/arcgis-rest-common-types

Package Overview
Dependencies
Maintainers
17
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esri/arcgis-rest-common-types - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

4

dist/types/webmap.d.ts

@@ -275,2 +275,4 @@ import { IFeatureSet, IField, IExtent, ISpatialReference, esriGeometryType, IHasZM, IFeature, IGeometry, IPoint, ISimpleLineSymbol, IPictureMarkerSymbol, ISimpleFillSymbol, Color } from "./index";

export interface ITable {
/** Table name */
name?: string;
/** A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: 'Create', 'Delete', 'Query', 'Update', and 'Editing'. */

@@ -484,2 +486,4 @@ capabilities?: string;

id: any;
/** Layer name */
name?: string;
/** Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal. */

@@ -486,0 +490,0 @@ itemId?: string;

2

package.json
{
"name": "@esri/arcgis-rest-common-types",
"version": "1.9.0",
"version": "1.10.0",
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.",

@@ -5,0 +5,0 @@ "types": "dist/types/index.d.ts",

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