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
119
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.151.1 to 0.152.0

3

lib/server-types.d.ts

@@ -5,2 +5,3 @@ import { FlipperDoctor } from './doctor';

import { EnvironmentInfo, LauncherSettings, ProcessConfig, Settings } from './settings';
import { LoggerInfo } from './utils/Logger';
export declare type FlipperServerType = 'embedded' | 'external';

@@ -96,2 +97,3 @@ export declare type FlipperServerState = 'pending' | 'starting' | 'started' | 'error' | 'closed';

'download-file-update': DownloadFileUpdate;
'server-log': LoggerInfo;
};

@@ -199,2 +201,3 @@ export declare type IOSDeviceParams = {

'is-logged-in': () => Promise<boolean>;
'environment-info': () => Promise<EnvironmentInfo>;
};

@@ -201,0 +204,0 @@ export declare type GraphResponse = {

2

package.json
{
"name": "flipper-common",
"version": "0.151.1",
"version": "0.152.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