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.172.0 to 0.173.0

6

lib/server-types.d.ts

@@ -131,2 +131,6 @@ import { FlipperDoctor } from './doctor';

}
export interface PluginSource {
js: string;
css?: string;
}
export declare type FlipperServerCommands = {

@@ -191,3 +195,3 @@ 'get-server-state': () => Promise<{

'plugin-start-download': (plugin: DownloadablePluginDetails) => Promise<InstalledPluginDetails>;
'plugin-source': (path: string) => Promise<string>;
'plugin-source': (path: string) => Promise<PluginSource>;
'plugins-install-from-marketplace': (name: string) => Promise<InstalledPluginDetails>;

@@ -194,0 +198,0 @@ 'plugins-install-from-npm': (name: string) => Promise<InstalledPluginDetails>;

2

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