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

@2gis/mapgl

Package Overview
Dependencies
Maintainers
8
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.35.1 to 1.36.0

2

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

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

@@ -838,2 +838,6 @@ import { LngLatBounds } from '../objects/lngLatBounds';

dimensions?: number;
/**
* Path to the models. Used when model's url in the source is a relative path
*/
modelsPath?: string;
}

@@ -840,0 +844,0 @@ /**

@@ -38,2 +38,6 @@ export declare type InterpolateExpression<T extends number | string> = [

fontsPath: string;
/**
* The url to the models.
*/
modelsPath: string;
}

@@ -40,0 +44,0 @@ /**

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