@esri/arcgis-rest-common-types
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -69,2 +69,6 @@ /** | ||
/** | ||
* The spatial relationship used to compare input geometries | ||
*/ | ||
export declare type SpatialRelationship = "esriSpatialRelIntersects" | "esriSpatialRelContains" | "esriSpatialRelCrosses" | "esriSpatialRelEnvelopeIntersects" | "esriSpatialRelIndexIntersects" | "esriSpatialRelOverlaps" | "esriSpatialRelTouches" | "esriSpatialRelWithin"; | ||
/** | ||
* Extents are used to define rectangles and bounding boxes. | ||
@@ -113,7 +117,7 @@ */ | ||
id?: string; | ||
owner: string; | ||
title: string; | ||
type: string; | ||
tags: string[]; | ||
typeKeywords: string[]; | ||
owner?: string; | ||
title?: string; | ||
type?: string; | ||
tags?: string[]; | ||
typeKeywords?: string[]; | ||
description?: string; | ||
@@ -120,0 +124,0 @@ snippet?: string; |
{ | ||
"name": "@esri/arcgis-rest-common-types", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.", | ||
@@ -29,2 +29,6 @@ "types": "dist/types/index.d.ts", | ||
"url": "http://patrickarlt.com/" | ||
}, | ||
{ | ||
"name": "Jeff Jacobson", | ||
"url": "http://github.com/jeffjacobson" | ||
} | ||
@@ -31,0 +35,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11318
345
0