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
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.11.0 to 1.11.1

13

dist/types/index.d.ts

@@ -9,3 +9,9 @@ import { IGroup } from "./group";

export interface IArc {
a: [Position, Position2D, number, number, number, number, number];
a: [Position, // End point: x, y, <z>, <m>
Position2D, // Center point: center_x, center_y
number, // minor
number, // clockwise
number, // rotation
number, // axis
number];
}

@@ -141,3 +147,6 @@ /**

export interface IOldCircularArc {
a: [Position, Position2D, number, number];
a: [Position, // End point: x, y, <z>, <m>
Position2D, // Center point: center_x, center_y
number, // minor
number];
}

@@ -144,0 +153,0 @@ /**

2

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