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

@syncfusion/ej2-maps

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-maps - npm Package Compare versions

Comparing version 25.1.41 to 25.2.3

8

CHANGELOG.md

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

- `#I580579` - Script errors will no longer be thrown when the markers in the Maps are disabled.
## 25.1.41 (2024-04-23)
### Maps
#### Bug Fixes
- `#I576422` - Script errors will no longer occur when rendering data labels with "Normal" geometry type maps, and the data labels will be rendered properly with the provided labels without trimming.

@@ -17,0 +25,0 @@ - `#I566503` - The flickering in the tile images of the online maps will no longer occur while panning.

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 25.1.41
* version : 25.2.3
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-maps@*",
"_id": "@syncfusion/ej2-maps@25.1.40",
"_id": "@syncfusion/ej2-maps@25.1.41",
"_inBundle": false,
"_integrity": "sha512-JVVKXJ9HituoHeGWMEoues4XOwwcSl79tKEKhFHUTRKaYmzrpZIm4M2QEU2+0+3IhQjKSaQgv0ictbRytkpeiQ==",
"_integrity": "sha512-f3i1agwk554peX5JwF25nYx4Spy6FhCaRvPuvbQq0PIslntofQeqvtJCh8uiodToSusmNixIvo5dr/+bmtUwjQ==",
"_location": "/@syncfusion/ej2-maps",

@@ -26,4 +26,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-25.1.40.tgz",
"_shasum": "dadf7bd16cf348c721c94c4e26b329294dcf7896",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-25.1.41.tgz",
"_shasum": "f7a46097b695e5576502c1e4508edfc587b91aa4",
"_spec": "@syncfusion/ej2-maps@*",

@@ -39,9 +39,9 @@ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~25.1.35",
"@syncfusion/ej2-buttons": "~25.1.39",
"@syncfusion/ej2-compression": "~25.1.35",
"@syncfusion/ej2-data": "~25.1.35",
"@syncfusion/ej2-file-utils": "~25.1.35",
"@syncfusion/ej2-pdf-export": "~25.1.38",
"@syncfusion/ej2-svg-base": "~25.1.37"
"@syncfusion/ej2-base": "~25.2.3",
"@syncfusion/ej2-buttons": "~25.2.3",
"@syncfusion/ej2-compression": "~25.2.3",
"@syncfusion/ej2-data": "~25.2.3",
"@syncfusion/ej2-file-utils": "~25.2.3",
"@syncfusion/ej2-pdf-export": "~25.2.3",
"@syncfusion/ej2-svg-base": "~25.2.3"
},

@@ -98,4 +98,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "25.1.41",
"version": "25.2.3",
"sideEffects": false
}

@@ -18,2 +18,7 @@ import { Maps } from '../../index';

constructor(maps: Maps);
/**
* @private
* @returns {Maps} - Returns the instance of the map.
*/
getMapsInstance(): Maps;
markerRender(maps: Maps, layerElement: Element, layerIndex: number, factor: number, type: string): void;

@@ -20,0 +25,0 @@ /**

@@ -17,2 +17,9 @@ import { markerRendering, convertTileLatLongToPoint, MapLocation, markerDragStart } from '../index';

}
/**
* @private
* @returns {Maps} - Returns the instance of the map.
*/
Marker.prototype.getMapsInstance = function () {
return this.maps;
};
Marker.prototype.markerRender = function (maps, layerElement, layerIndex, factor, type) {

@@ -19,0 +26,0 @@ var _this = this;

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

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

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

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