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

@2gis/mapgl

Package Overview
Dependencies
Maintainers
7
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.31.1 to 1.32.0

2

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

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

@@ -286,2 +286,6 @@ import { MapOptions, FitBoundsOptions, Padding, StyleState } from './types';

/**
* Call the map rerender.
*/
triggerRerender(): void;
/**
* Set padding for controls layout.

@@ -288,0 +292,0 @@ * @param {Partial<Padding>} padding. Unspecified values will be replaced with default values.

@@ -146,2 +146,6 @@ import { Style } from './styles';

changeLanguage: ChangeLanguageEvent;
/**
* Emitted after the map is destroyed.
*/
destroy: DestroyMapEvent;
}

@@ -369,1 +373,3 @@ /**

}
export interface DestroyMapEvent {
}
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