@cerebral/firebase
Advanced tools
Comparing version 2.1.2 to 2.1.3-1505317601236
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183808
2