@esri/arcgis-rest-common-types
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -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 @@ /** |
{ | ||
"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", |
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
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
73205
1493
0