New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.13.1 to 1.13.2

2

dist/types/group.d.ts

@@ -7,6 +7,6 @@ export declare type GroupMembership = "owner" | "admin" | "member" | "nonmember";

title: string;
access: "private" | "org" | "public";
owner?: string;
tags?: string[];
description?: string;
access?: "private" | "org" | "public";
phone?: string;

@@ -13,0 +13,0 @@ sortField?: "title" | "owner" | "avgrating" | "numviews" | "created" | "modified";

{
"name": "@esri/arcgis-rest-common-types",
"version": "1.13.1",
"version": "1.13.2",
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.",

@@ -14,3 +14,4 @@ "types": "dist/types/index.d.ts",

"build": "npm run build:esm",
"build:esm": "tsc"
"build:esm": "tsc",
"dev:esm": "tsc -w"
},

@@ -17,0 +18,0 @@ "publishConfig": {

[![npm version][npm-img]][npm-url]
[![build status][travis-img]][travis-url]
[![Coverage Status][coverage-img]][coverage-url]
[![apache licensed](https://img.shields.io/badge/license-Apache-green.svg?style=flat-square)](https://raw.githubusercontent.com/Esri/arcgis-rest-js/master/LICENSE)

@@ -9,2 +10,4 @@

[travis-url]: https://travis-ci.org/Esri/arcgis-rest-js
[coverage-img]: https://coveralls.io/repos/github/Esri/arcgis-rest-js/badge.svg
[coverage-url]: https://coveralls.io/github/Esri/arcgis-rest-js

@@ -11,0 +14,0 @@ # @esri/arcgis-rest-common-types

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