Summary: Another implementation for isPluginVersionMoreRecent. References: https://www.internalfb.com/code/fbsource/[2d3c2d3ce5fb]/xplat/sonar/desktop/flipper-frontend-core/src/utils/isPluginVersionMoreRecent.tsx?lines=14 https://www.internalfb.com/code/fbsource/[2d3c2d3ce5fb]/xplat/sonar/desktop/flipper-ui-core/src/utils/isPluginVersionMoreRecent.tsx?lines=14 Is not immediately obvious what is different, but it boils down to the implementation of: ``` isPluginCompatible ``` and passing the flipper version. That one depends on the package. As with other changes, this can probably be refactored out, for left as is unless strongly advised otherwise (it seems OK as we already have 2 implementations). Reviewed By: passy Differential Revision: D37749785 fbshipit-source-id: 5a22d90f094b53223d2469c572646d5bfd3d1d33
flipper-server-core
Package that manages connections with flipper clients, queries for adb/idb clients, accepts incoming websocket connections and takes care of certificate exchange.
Used by Flipper desktop, flipper-server and flipper-dump