Socket
Book a DemoInstallSign in
Socket

@bufferapp/publish-composer

Package Overview
Dependencies
Maintainers
12
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/publish-composer

Create/edit updates

latest
npmnpm
Version
1.2.4
Version published
Maintainers
12
Created
Source

This folder contains lifecycle hooks for the Multiple Composers app.

index.js is the hooks' entry point.

When it makes sense for the app to broadcast data as a result of a specific action, index.js is a good place for that.

When it makes sense for that logic to differ depending on the environment MC is run into, it feels good to call, from index.js, the same-name method that lives in that environment's hooks file. E.g. index.js' closeComposer() whose only purpose is to call ExtensionHooks.closeComposer() when MC is run within extensions.

FAQs

Package last updated on 20 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts