Huge News!Announcing our $40M Series B led by Abstract Ventures.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.17.1 to 1.18.0

3

dist/types/index.d.ts

@@ -107,4 +107,6 @@ import { IGroup } from "./group";

ymin: number;
zmin?: number;
xmax: number;
ymax: number;
zmax?: number;
spatialReference?: ISpatialReference;

@@ -216,2 +218,3 @@ }

y: number;
z?: number;
}

@@ -218,0 +221,0 @@ /**

2

package.json
{
"name": "@esri/arcgis-rest-common-types",
"version": "1.17.1",
"version": "1.18.0",
"description": "Common TypeScript types for @esri/arcgis-rest-js packages.",

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

@@ -152,4 +152,6 @@ /* Copyright (c) 2017-2018 Environmental Systems Research Institute, Inc.

ymin: number;
zmin?: number;
xmax: number;
ymax: number;
zmax?: number;
spatialReference?: ISpatialReference;

@@ -276,2 +278,3 @@ }

y: number;
z?: number;
}

@@ -278,0 +281,0 @@

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