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.0 to 1.4.1

types/utils/common.d.ts

1

dist/index.js

@@ -21,2 +21,3 @@ var map;

script.async = true;
script.crossOrigin = 'anonymous';
script.src = mapglURL;

@@ -23,0 +24,0 @@ // Append the script to the DOM

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

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

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

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

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

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

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

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

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

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

export declare class HtmlMarker {
private options;
/**

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

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

export declare class Label {
private options;
/**

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

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

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

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

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

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

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

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

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

@@ -11,0 +12,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