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

@nextgis/webmap

Package Overview
Dependencies
Maintainers
2
Versions
217
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.1.1 to 0.2.0

lib/interfaces/DialogAdapter.d.ts

10

lib/webmap.d.ts

@@ -5,9 +5,5 @@ import { WebMap } from './entities/WebMap';

import { MapAdapter } from './interfaces/MapAdapter';
export { WebMap, AppOptions, LayerAdapter, LayerAdapters, MapAdapter, MapOptions, };
import { StarterKit } from './interfaces/AppSettings';
import { DialogAdapter, DialogAdapterOptions } from './interfaces/DialogAdapter';
export { WebMap, AppOptions, LayerAdapter, LayerAdapters, MapAdapter, MapOptions, StarterKit, DialogAdapter, DialogAdapterOptions, };
export declare function buildWebMap(appOpt: AppOptions, mapOpt: MapOptions): Promise<WebMap>;
declare global {
interface Window {
WebMap: WebMap;
buildWebMap: (options: any, config: any) => Promise<WebMap>;
}
}
{
"name": "@nextgis/webmap",
"version": "0.1.1",
"version": "0.2.0",
"description": "",

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

],
"license": "GPL-3.0"
"license": "GPL-3.0",
"gitHead": "61ae3c665f8c4c345a51183d1f53745cda97ec56"
}

Sorry, the diff of this file is not supported yet

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