Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yandex/ymaps3-types

Package Overview
Dependencies
Maintainers
0
Versions
52
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 1.0.15147272 to 1.0.15194938

3

common/types/data-source-description.d.ts

@@ -107,3 +107,3 @@ import type { WorldCoordinates } from "./coordinates";

type VectorObjectsCollisionPriority = 'low' | 'medium' | 'high' | 'ultra';
type VectorMapType = 'map' | 'driving' | 'transit' | 'admin';
type VectorMapType = 'map' | 'driving' | 'transit' | 'admin' | 'future-map';
interface VectorTileDataSourceDescription {

@@ -157,3 +157,2 @@ /** Default is `'vmap2'` */

hdModeEnabled?: boolean;
mapType?: VectorMapType;
/** Defines how hotspots of type should be treated: enabled/disabled or use custom hotspots instead. */

@@ -160,0 +159,0 @@ hotspots?: Record<string, boolean | FetchHotspotsFunction | HotspotsOptions>;

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

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

@@ -15,2 +15,4 @@ import type { EasingFunctionDescription, LngLat } from "../../../common/types";

duration?: number;
/** Map zoom after geolocate position */
zoom?: number;
};

@@ -17,0 +19,0 @@ declare const defaultProps: Readonly<{

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