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
16
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.1.2 to 1.2.0

14

dist/types/index.d.ts

@@ -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 @@ ],

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