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.140.0 to 0.142.0

5

lib/ServerAddOn.d.ts

@@ -30,5 +30,6 @@ import { FlipperServer, FlipperServerCommands, FlipperServerEvents } from './server-types';

export declare type ServerAddOnCleanup = () => Promise<void>;
export declare type ServerAddOn<Events extends EventsContract, Methods extends MethodsContract> = (connection: ServerAddOnPluginConnection<Events, Methods>, { flipperServer }: {
export declare type ServerAddOnExtras = {
flipperServer: FlipperServerForServerAddOn;
}) => Promise<ServerAddOnCleanup>;
};
export declare type ServerAddOn<Events extends EventsContract, Methods extends MethodsContract> = (connection: ServerAddOnPluginConnection<Events, Methods>, extras: ServerAddOnExtras) => Promise<ServerAddOnCleanup>;
//# sourceMappingURL=ServerAddOn.d.ts.map

2

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

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

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