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

@adactive/adsum-wayfindingcontrols-asia

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adactive/adsum-wayfindingcontrols-asia - npm Package Compare versions

Comparing version 2.5.9 to 2.6.0

2

package.json
{
"name": "@adactive/adsum-wayfindingcontrols-asia",
"version": "2.5.9",
"version": "2.6.0",
"description": "Adsum Way Finding Controls Component",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -116,5 +116,5 @@ // @flow

const pathSection = path.getPathSections(true);
const poiDestination = ACA.getPoisFromPlace(wayFindingControlsState.takeMeThere[0].id);
const poiDestination = wayFindingControlsState.takeMeThere[0].poiName ? wayFindingControlsState.takeMeThere[0].poiName : null;
const destinationFloor = pathSection[(pathSection.length - 1)].ground;
const finalLabelText = destinationLabelText + poiDestination[0].name + ' ';
const finalLabelText = destinationLabelText + poiDestination + ' ';

@@ -121,0 +121,0 @@ // Store Destination Poi and Destination Place

@@ -19,4 +19,7 @@ // @flow

export function tmtt(poi, poiPlace, pmr) {
let poiPlaceFix
if (poi && poi.placeId) {
store.dispatch(WayfindingActions.goToPlaceAction(poi.placeId, pmr || false));
poiPlaceFix = poiPlace;
poiPlaceFix[0] ? poiPlaceFix[0].poiName = poi.name : poiPlaceFix.poiName = poi.name;
}

@@ -31,3 +34,3 @@ if (poiPlace && pmr) {

type: tmt,
payload: poiPlace
payload: poiPlaceFix
});

@@ -34,0 +37,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