New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

firebud

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebud

Electron & Cross-browser Devtools Utility

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

firebud

Electron & Cross-browser Devtools Utility

Installation

Electron

npm i firebud

Browser

<script src="https://cdn.jsdelivr.net/npm/firebud@latest/firebud.min.js"></script>

Usage

Simple APIs / Events

Firebud.on("open", console.log)
// {
//    "opened": true,
//    "orientation": "vertical"
// }

Firebud.on("close", console.log)
// {
//    "opened": false,
//    "orientation": null
// }

Keywords

firebud

FAQs

Package last updated on 19 Jul 2021

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