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.4 to 2.5.5

4

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

@@ -40,3 +40,3 @@ "main": "index.js",

],
"gitHead": "2121186bd4ef7818108a494d1da8bb7abe7ef99f"
"gitHead": "7ab0b2fbd88be57a246385ca5758420dbbc27bad"
}

@@ -18,6 +18,4 @@ // @flow

type MappedDispatchPropsType = {|
setPercentage: (percentage: ?number) => void,
resetMap: (animated: boolean) => void,
changeFloor: (floorId: number) => void,
takeMeThere: (poi: *) => void,
tmtt: (poi: *) => void,
destination: (poi: *) => void,

@@ -24,0 +22,0 @@ placeDestination: (poiPlace: *) => void,

@@ -17,5 +17,5 @@ // @flow

export function tmtt(poi, poiPlace) {
export function tmtt(poi, poiPlace, pmr) {
if (poi && poi.placeId) {
store.dispatch(WayfindingActions.goToPlaceAction(poi.placeId));
store.dispatch(WayfindingActions.goToPlaceAction(poi.placeId, pmr ? pmr : false));
}

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