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

@draganfilipovic/confluence-map

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@draganfilipovic/confluence-map - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "@draganfilipovic/confluence-map",
"version": "1.2.3",
"version": "1.2.4",
"description": "embed OSM into Confluence pages",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -34,2 +34,5 @@ import { LeafletMap } from './map.js';

}
.leaflet-routing-alternatives-container table {
display: none;
}
</style>

@@ -36,0 +39,0 @@ `);

@@ -19,2 +19,3 @@ export class RouteController {

}).addTo(this.NS.map);
L.Routing.Itinerary.hide();
}

@@ -43,3 +44,3 @@

removeMultiRoutingControl() {
if (this.multiRoutingControl !== null) {
if (this.multiRoutingControl) {
Object.values(this.multiRoutingControl).map(control => {

@@ -53,3 +54,3 @@ this.NS.map.removeControl(control);

removeRoutingControl() {
if (this.routingControl !== null) {
if (this.routingControl) {
this.NS.map.removeControl(this.routingControl);

@@ -56,0 +57,0 @@ this.routingControl = null;

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