serialized-query
Advanced tools
Comparing version 0.8.1 to 0.9.0
{ | ||
"name": "serialized-query", | ||
"version": "0.8.1", | ||
"version": "0.9.0", | ||
"description": "A simple Typescript class to serialize Firebase queries", | ||
@@ -27,6 +27,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"common-types": "^1.11.14" | ||
"common-types": "^1.12.9" | ||
}, | ||
"devDependencies": { | ||
"@firebase/database-types": "^0.4.2", | ||
"@firebase/database-types": "^0.4.5", | ||
"@types/chai": "^4.1.7", | ||
@@ -39,18 +39,18 @@ "@types/chalk": "^2.2.0", | ||
"@types/stack-trace": "^0.0.29", | ||
"abstracted-admin": "^0.27.7", | ||
"abstracted-admin": "^0.32.2", | ||
"chai": "^4.2.0", | ||
"chalk": "^2.4.2", | ||
"firemock": "^0.27.8", | ||
"firemodel": "^0.29.14", | ||
"firemock": "^0.32.11", | ||
"firemodel": "^0.32.7", | ||
"js-yaml": "^3.13.1", | ||
"lodash": "^4.17.11", | ||
"mocha": "^6.1.4", | ||
"prettier": "^1.17.1", | ||
"mocha": "^6.2.1", | ||
"prettier": "^1.18.2", | ||
"rimraf": "^2.6.3", | ||
"shelljs": "^0.8.3", | ||
"test-console": "^1.1.0", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"ts-node": "^8.4.1", | ||
"tslint": "^5.20.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.5.3" | ||
"typescript": "^3.6.4" | ||
}, | ||
@@ -57,0 +57,0 @@ "engines": { |
# Serialized Query | ||
A Typescript class that captures any/all characteristics of a Firebase Query. | ||
A Typescript class that captures any/all characteristics of a Firebase Query. This class can be fully serialized and deserialized. | ||
## Example | ||
```typescript | ||
const query = new SerializedQuery('/user/profiles').orderByChild('age').limitToLast(2); | ||
``` |
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
27714
10
Updatedcommon-types@^1.12.9