Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-maps

Package Overview
Dependencies
7
Maintainers
2
Versions
160
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.2.44 to 16.2.45

8

CHANGELOG.md

@@ -15,2 +15,10 @@ <!-- markdownlint-disable MD010 -->

- Marker click event is now working fine with OSM layer
## 16.2.44 (2018-07-10)
### Maps
#### Bug Fixes
- Bing map type is changed as AerialWithLabels and now it is rendering properly with labels.

@@ -17,0 +25,0 @@

9

dist/global/index.d.ts

@@ -1,10 +0,1 @@

/*!
* filename: index.d.ts
* version : 16.2.44
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
import * as _maps from '@syncfusion/ej2-maps';

@@ -11,0 +2,0 @@ import * as _base from '@syncfusion/ej2-base';

14

package.json
{
"name": "@syncfusion/ej2-maps",
"version": "16.2.44",
"version": "16.2.45",
"description": "Essential JS 2 Maps Components",

@@ -8,8 +8,8 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.2.41",
"@syncfusion/ej2-data": "~16.2.43",
"@syncfusion/ej2-popups": "~16.2.41",
"@syncfusion/ej2-pdf-export": "~16.2.41",
"@syncfusion/ej2-compression": "~16.2.41",
"@syncfusion/ej2-file-utils": "~16.2.41"
"@syncfusion/ej2-base": "~16.2.45",
"@syncfusion/ej2-data": "~16.2.45",
"@syncfusion/ej2-popups": "~16.2.45",
"@syncfusion/ej2-pdf-export": "~16.2.45",
"@syncfusion/ej2-compression": "~16.2.45",
"@syncfusion/ej2-file-utils": "~16.2.45"
},

@@ -16,0 +16,0 @@ "devDependencies": {

@@ -39,2 +39,3 @@ define(["require", "exports", "../index", "../utils/helper", "@syncfusion/ej2-base"], function (require, exports, index_1, helper_1, ej2_base_1) {

}));
group.style.pointerEvents = 'none';
for (var i = 0; i < navigation.length; i++) {

@@ -41,0 +42,0 @@ latitude = navigation[i]['properties']['latitude'];

@@ -416,3 +416,5 @@ var __extends = (this && this.__extends) || (function () {

});
var count = 0;
while (element.length > 0) {
element[count++].style.pointerEvents = 'none';
childElement.appendChild(element[0]);

@@ -419,0 +421,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc