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

serialized-query

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serialized-query - npm Package Compare versions

Comparing version 0.8.1 to 0.9.0

22

package.json
{
"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);
```
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