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

@nextgis/webmap

Package Overview
Dependencies
Maintainers
3
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/webmap - npm Package Compare versions

Comparing version 1.11.0 to 1.11.7

46

lib/index.d.ts

@@ -115,5 +115,13 @@ /**

minZoom?: number;
/* Excluded from this release type: minScale */
/* Excluded from this release type: maxScale */
/**
* TODO: replace by minZoom
* @deprecated use minZoom instead
*/
minScale?: number;
/**
* TODO: replace by maxZoom
* @deprecated use maxZoom instead
*/
maxScale?: number;
/**
* Layer transparency.

@@ -258,3 +266,7 @@ * From 0-transparent to 1-visible

/* Excluded from this release type: Cursor */
/**
* Available cursor names from
* {@link https://developer.mozilla.org/ru/docs/Web/CSS/cursor}
*/
export declare type Cursor = 'auto' | 'crosshair' | 'default' | 'e-resize' | 'grab' | 'help' | 'move' | 'n-resize' | 'ne-resize' | 'nw-resize' | 'pointer' | 'progress' | 's-resize' | 'se-resize' | 'sw-resize' | 'text' | 'w-resize' | 'wait' | 'inherit';

@@ -1086,7 +1098,19 @@ export declare type DataLayerFilter<F extends Feature = Feature, L = any> = CallbackFilter<F, L>;

label?: (e: LayerDefinition<F, L>) => string;
/* Excluded from this release type: source */
/* Excluded from this release type: nativePaint */
/* Excluded from this release type: nativeFilter */
/* Excluded from this release type: layout */
/* Excluded from this release type: selectedLayout */
source?: unknown;
/**
* @deprecated - TODO: move to nativeOptions
*/
nativePaint?: boolean | Record<string, any>;
/**
* @deprecated - TODO: move to nativeOptions
*/
nativeFilter?: unknown;
/**
* @deprecated - TODO: move to nativeOptions
*/
layout?: any;
/**
* @deprecated - TODO: move to nativeOptions
*/
selectedLayout?: any;
onClick?(opt: OnLayerMouseOptions<F, L>): void;

@@ -1193,3 +1217,7 @@ onSelect?(opt: OnLayerSelectOptions<F, L>): void;

clearLayer?(cb?: (feature: F) => boolean): void | Promise<void>;
/* Excluded from this release type: onLayerClick */
/**
* Callback function that will be called when clicking on a layer.
* @param event - Data that is transmitted when you click on a layer.
*/
onLayerClick?(event: OnLayerMouseOptions): Promise<any>;
openPopup?(findFeatureCb?: DataLayerFilter<F, L>, options?: PopupOptions): void;

@@ -1196,0 +1224,0 @@ closePopup?(findFeatureCb?: DataLayerFilter<F, L>): void;

8

package.json
{
"name": "@nextgis/webmap",
"version": "1.11.0",
"version": "1.11.7",
"_priority": 14,

@@ -13,4 +13,4 @@ "description": "Universal map constructor",

"@nextgis/cancelable-promise": "^1.11.0",
"@nextgis/paint": "^1.11.0",
"@nextgis/properties-filter": "^1.11.0",
"@nextgis/paint": "^1.11.7",
"@nextgis/properties-filter": "^1.11.7",
"@nextgis/utils": "^1.11.0",

@@ -59,3 +59,3 @@ "@types/events": "^3.0.0",

},
"gitHead": "bdfc366ae514294b93c19d96dce9fd77f3c4a5c2"
"gitHead": "2daf64d36014b92d507c47c16842bddd7149c070"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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