Socket
Socket
Sign inDemoInstall

@nextgis/control-container

Package Overview
Dependencies
Maintainers
3
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/control-container - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

6

lib/control-container.esm-browser.js

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/control-container; version: 1.2.1; author: NextGIS */
/** Bundle of @nextgis/control-container; version: 1.2.2; author: NextGIS */
function create(tagName, className, container) {

@@ -215,2 +215,6 @@ const el = window.document.createElement(tagName);

/**
* @module control-container
*/
export default ControlContainer;

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/control-container; version: 1.2.1; author: NextGIS */
/** Bundle of @nextgis/control-container; version: 1.2.2; author: NextGIS */
import * as dom from '@nextgis/dom';

@@ -172,2 +172,6 @@

/**
* @module control-container
*/
export default ControlContainer;

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/control-container; version: 1.2.1; author: NextGIS */
/** Bundle of @nextgis/control-container; version: 1.2.2; author: NextGIS */
var ControlContainer = (function () {

@@ -225,4 +225,8 @@ 'use strict';

/**
* @module control-container
*/
return ControlContainer;
}());

10

package.json
{
"name": "@nextgis/control-container",
"version": "1.2.1",
"version": "1.2.2",
"description": "Placing control elements in the corners of the map container",

@@ -11,5 +11,5 @@ "main": "lib/control-container.global.prod.js",

"dependencies": {
"@nextgis/dom": "^1.2.0",
"@nextgis/utils": "^1.2.1",
"@nextgis/webmap": "^1.2.1",
"@nextgis/dom": "^1.2.2",
"@nextgis/utils": "^1.2.2",
"@nextgis/webmap": "^1.2.2",
"@types/events": "^3.0.0",

@@ -54,3 +54,3 @@ "events": "^3.3.0"

},
"gitHead": "81c42de4244ade5a11a7fdb5bf2b0108a9489a05"
"gitHead": "765861bc832994e3f4228b9ad2a4d63eabd34811"
}
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