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

flipper-common

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flipper-common - npm Package Compare versions

Comparing version 0.192.0 to 0.193.0

2

lib/server-types.d.ts

@@ -15,2 +15,3 @@ /**

export type FlipperServerType = 'embedded' | 'external';
export type CertificateExchangeMedium = 'FS_ACCESS' | 'WWW' | 'NONE';
export type FlipperServerState = 'pending' | 'starting' | 'started' | 'error' | 'closed';

@@ -53,2 +54,3 @@ export type DeviceOS = PluginOS;

readonly sdk_version?: number;
medium: CertificateExchangeMedium;
rsocket?: boolean;

@@ -55,0 +57,0 @@ };

2

package.json
{
"name": "flipper-common",
"version": "0.192.0",
"version": "0.193.0",
"description": "Server & UI shared Flipper utilities",

@@ -5,0 +5,0 @@ "repository": "facebook/flipper",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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