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

@2gis/mapgl

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2gis/mapgl - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

3

package.json
{
"name": "@2gis/mapgl",
"version": "1.4.1",
"version": "1.4.2",
"description": "MapGL API script loader with typings",

@@ -22,2 +22,3 @@ "main": "dist/index.js",

"devDependencies": {
"@webmaps/jakarta": "*",
"@webmaps/mapgl-api": "*",

@@ -24,0 +25,0 @@ "ts-loader": "^7.0.1",

@@ -9,3 +9,2 @@ import { MapOptions, LngLatBounds } from './types';

export declare class Map extends Evented<MapEventTable> {
private options;
/**

@@ -12,0 +11,0 @@ * Example:

@@ -9,3 +9,2 @@ import { Map } from '../map';

export declare class Circle extends Evented<DynamicObjectEventTable> {
private options;
/**

@@ -12,0 +11,0 @@ * Example:

@@ -11,3 +11,2 @@ import { Map } from '../map';

export declare class CircleMarker extends Evented<DynamicObjectEventTable> {
private options;
/**

@@ -14,0 +13,0 @@ * Example:

@@ -7,3 +7,2 @@ import { Map } from '../map';

export declare class HtmlMarker {
private options;
/**

@@ -10,0 +9,0 @@ * Example:

@@ -7,3 +7,2 @@ import { Map } from '../map';

export declare class Label {
private options;
/**

@@ -10,0 +9,0 @@ * Example:

@@ -9,4 +9,2 @@ import { Map } from '../map';

export declare class Marker extends Evented<DynamicObjectEventTable> {
private options;
private labelOptions;
/**

@@ -13,0 +11,0 @@ * Example:

@@ -9,3 +9,2 @@ import { Map } from '../map';

export declare class Polygon extends Evented<DynamicObjectEventTable> {
private options;
/**

@@ -12,0 +11,0 @@ * Example:

@@ -9,3 +9,2 @@ import { Map } from '../map';

export declare class Polyline extends Evented<DynamicObjectEventTable> {
private options;
/**

@@ -12,0 +11,0 @@ * Example:

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