You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@yandex/ymaps3-types

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yandex/ymaps3-types - npm Package Compare versions

Comparing version

to
1.0.15731128

7

imperative/YMapFeature/types.d.ts

@@ -37,8 +37,9 @@ import type { LineStringGeometry, Margin, MultiLineStringGeometry, MultiPolygonGeometry, PointGeometry, PolygonGeometry, LngLat } from "../../common/types";

/** [x, y] */
screenCoordinates: [
readonly screenCoordinates: [
number,
number
];
coordinates: LngLat;
stopPropagation: () => void;
readonly coordinates: LngLat;
readonly details: Pick<MouseEvent | PointerEvent | TouchEvent, 'type' | 'shiftKey' | 'altKey' | 'metaKey'>;
stopPropagation(): void;
}

@@ -45,0 +46,0 @@ export interface FeatureClickEvents {

@@ -9,7 +9,10 @@ import type { IndoorPlan, PixelCoordinates } from "../../common/types";

export interface DomEvent {
coordinates: LngLat;
screenCoordinates: [
/** [x, y] */
readonly screenCoordinates: [
number,
number
];
readonly coordinates: LngLat;
readonly details: Pick<MouseEvent | PointerEvent | TouchEvent, "type" | "shiftKey" | "altKey" | "metaKey" | "ctrlKey">;
stopPropagation(): void;
}

@@ -16,0 +19,0 @@ type HandlerEntity<TType extends string, TEntity> = {

{
"name": "@yandex/ymaps3-types",
"version": "1.0.15728622",
"version": "1.0.15731128",
"description": "Types for ymaps3 maps library",

@@ -5,0 +5,0 @@ "main": "",