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.3.0 to 1.4.0

22

dist/types/index.d.ts

@@ -361,4 +361,24 @@ export * from "./webmap";

modified?: number;
groups?: object[];
groups?: IGroup[];
provider?: "arcgis" | "enterprise" | "facebook" | "google";
}
export interface IGroup {
id?: string;
title?: string;
isInvitationOnly?: boolean;
owner?: string;
description?: string;
snippet?: string;
tags?: string[];
phone?: string;
thumbnail?: string;
created?: number;
modified?: number;
access?: "private" | "org" | "public";
userMembership?: {
username?: string;
memberType?: string;
applications?: number;
};
[key: string]: any;
}

2

package.json
{
"name": "@esri/arcgis-rest-common-types",
"version": "1.3.0",
"version": "1.4.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