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

redribbot-brain

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redribbot-brain

A tiny brain for redribbot scripts.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

redribbot-brain

A tiny brain for redribbot scripts.

Install

npm install redribbot-brain

Usage

FIREBASE_TOKEN should be on environemnt variable.

B = require 'redribbot-brain'

# firebase root ref can be accessed via B.root
root   = B.root
keyRef = root.child 'key'

# callback will be called when authentication complete successfully
B.auth (auth) ->
  return unless auth
  # fetch data or other initialization process

Keywords

firebase

FAQs

Package last updated on 17 Feb 2015

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