Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cerebral/firebase

Package Overview
Dependencies
Maintainers
5
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebral/firebase - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3-1505317601236

8

index.d.ts

@@ -79,6 +79,6 @@ export interface Config {

off(path: string, event?: string): void
onChildAdded(path: string, signalPath: string, opts: OnChildOptions): void
onChildChanged(path: string, signalPath: string, opts: OnChildOptions): void
onChildRemoved(path: string, signalPath: string, opts: OnChildOptions): void
onValue(path: string, signalPath: string, opts: OnValueOptions): void
onChildAdded(path: string, signalPath: string, opts?: OnChildOptions): void
onChildChanged(path: string, signalPath: string, opts?: OnChildOptions): void
onChildRemoved(path: string, signalPath: string, opts?: OnChildOptions): void
onValue(path: string, signalPath: string, opts?: OnValueOptions): void
push(path: string, child: any): Promise<{ key: string }>

@@ -85,0 +85,0 @@ put(path: string, file: any, opts?: PutOptions): Promise<{ url: string, filename: string }>

@@ -42,6 +42,6 @@ import { Tag } from 'cerebral/tags'

export function off(path: TagOr<string>, event?: TagOr<string>): Action
export function onChildAdded(path: TagOr<string>, signal: Tag, opts: OnChildOptions): Action
export function onChildChanged(path: TagOr<string>, signal: Tag, opts: OnChildOptions): Action
export function onChildRemoved(path: TagOr<string>, signal: Tag, opts: OnChildOptions): Action
export function onValue(path: TagOr<string>, signal: Tag, opts: OnValueOptions): Action
export function onChildAdded(path: TagOr<string>, signal: Tag, opts?: OnChildOptions): Action
export function onChildChanged(path: TagOr<string>, signal: Tag, opts?: OnChildOptions): Action
export function onChildRemoved(path: TagOr<string>, signal: Tag, opts?: OnChildOptions): Action
export function onValue(path: TagOr<string>, signal: Tag, opts?: OnValueOptions): Action
export function push(path: TagOr<string>, child: any): Action

@@ -48,0 +48,0 @@ export function put(path: TagOr<string>, file: any, opts?: PutOptions): Action

{
"name": "@cerebral/firebase",
"version": "2.1.2",
"version": "2.1.3-1505317601236",
"description": "Firebase provider for Cerebral",

@@ -29,7 +29,7 @@ "main": "lib/index.js",

"peerDependencies": {
"cerebral": "^2.2.2"
"cerebral": "^2.2.3-1505317601236"
},
"devDependencies": {
"cerebral": "^2.2.2"
"cerebral": "^2.2.3-1505317601236"
}
}
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