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.1 to 1.2.2

2

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

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

@@ -54,2 +54,4 @@ export class RouteController {

}
this.removeMultiRoutingControl();
}

@@ -64,3 +66,3 @@

async calculateRoute(points = []) {
const waypoints = this.getWaypoints();
const waypoints = this.getWaypoints(points);

@@ -67,0 +69,0 @@ if (waypoints.length === 0) {

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