Socket
Socket
Sign inDemoInstall

@nextgis/webmap

Package Overview
Dependencies
Maintainers
2
Versions
215
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 0.4.3 to 0.4.4

7

lib/interfaces/WebMapApp.d.ts
import { WebLayerEntry } from '../entities/WebLayerEntry';
import { MapAdapter } from './MapAdapter';
import { StarterKit } from './AppSettings';
import { MapControl } from './MapControl';
export interface MapOptions {
target: string | HTMLElement;
logo?: string;
controls?: any[];
controls?: Array<string | MapControl>;
controlsOptions?: {
[controlName: string]: any;
};
minZoom?: number;
center?: [number, number];
bounds?: [number, number, number, number];
zoom?: number;

@@ -11,0 +16,0 @@ }

4

package.json
{
"name": "@nextgis/webmap",
"version": "0.4.3",
"version": "0.4.4",
"description": "",

@@ -42,3 +42,3 @@ "main": "lib/webmap.js",

"license": "GPL-3.0",
"gitHead": "f5da443f716ae9cc7a0e587b233c56dbf0a692fa",
"gitHead": "500fbf145bb6bb4ff5592ac062a146a7adb53d6f",
"dependencies": {

@@ -45,0 +45,0 @@ "@types/geojson": "^7946.0.4"

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