serialized-query
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -30,5 +30,5 @@ import { ISnapShot } from 'typed-conversions'; | ||
deserialize(db?: ISimplifiedDBAdaptor): any; | ||
handleSnapshot(fn: (snap: ISnapShot) => any): void; | ||
handleSnapshot(fn: (snap: ISnapShot) => any): this; | ||
execute(db?: ISimplifiedDBAdaptor): Promise<any>; | ||
private validateNoKey(caller, key); | ||
} |
@@ -102,2 +102,3 @@ "use strict"; | ||
this._handleSnapshot = fn; | ||
return this; | ||
} | ||
@@ -104,0 +105,0 @@ execute(db) { |
{ | ||
"name": "serialized-query", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A simple Typescript class to serialize Firebase queries", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
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
11710
154