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.8 to 2.5.9

2

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

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

@@ -118,3 +118,3 @@ // @flow

const destinationFloor = pathSection[(pathSection.length - 1)].ground;
const finalLabelText = destinationLabelText + poiDestination[0].name;
const finalLabelText = destinationLabelText + poiDestination[0].name + ' ';

@@ -169,3 +169,3 @@ // Store Destination Poi and Destination Place

const icDestinationFloor = pathSection[wayfindingState.currentSectionIndex + 1].to.pathNode.ground.name;
const changeFloorLabelText = icLabelText + icDestinationFloorPosition + icDestinationFloor.replace('_', ' ');
const changeFloorLabelText = icLabelText + icDestinationFloorPosition + icDestinationFloor.replace('_', ' ') + ' ';

@@ -172,0 +172,0 @@ this.addInterchangeLabel(changeFloorLabelText, pathSection);

@@ -24,2 +24,4 @@ // @flow

store.dispatch(this.inputPMR(pmr));
} else {
store.dispatch(this.inputPMR(false));
}

@@ -26,0 +28,0 @@ return (dispatch) => {

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