New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mappable-world/mappable-types

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mappable-world/mappable-types - npm Package Compare versions

Comparing version 1.0.15728622 to 1.0.15731128

7

imperative/MMapFeature/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": "@mappable-world/mappable-types",
"version": "1.0.15728622",
"version": "1.0.15731128",
"description": "Types for mappable maps library",

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

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