@esri/arcgis-rest-common-types
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -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; | ||
} |
{ | ||
"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", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
71253
1436
0