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.4.6 to 0.4.7

10

lib/serialized-query.d.ts

@@ -7,2 +7,12 @@ import { rtdb } from "firebase-api-surface";

export declare function slashNotation(path: string): string;
export interface ISerializedQueryIdentity {
orderBy: string;
orderByKey: string;
limitToFirst: number;
limitToLast: number;
startAt: string;
endAt: string;
equalTo: string;
path: string;
}
export declare type IComparisonOperator = "=" | ">" | "<";

@@ -9,0 +19,0 @@ export declare type IConditionAndValue = [IComparisonOperator, boolean | string | number];

12

package.json
{
"name": "serialized-query",
"version": "0.4.6",
"version": "0.4.7",
"description": "A simple Typescript class to serialize Firebase queries",

@@ -38,3 +38,3 @@ "license": "MIT",

"@types/chalk": "^2.2.0",
"@types/firebase": "^2.4.32",
"@types/firebase": "^3.2.1",
"@types/mocha": "^2.2.41",

@@ -44,3 +44,3 @@ "@types/node": "^6.0.0",

"@types/stack-trace": "^0.0.28",
"abstracted-admin": "^0.12.3",
"abstracted-admin": "^0.15.2",
"async-shelljs": "^0.1.2",

@@ -51,4 +51,4 @@ "bili": "^3.1.2",

"coveralls": "^2.0.0",
"firemock": "^0.18.0",
"firemodel": "^0.14.2",
"firemock": "^0.19.1",
"firemodel": "^0.19.1",
"js-yaml": "^3.0.0",

@@ -65,3 +65,3 @@ "lodash": "^4.0.0",

"typed-conversions": "^0.8.9",
"typescript": "^2.9.2"
"typescript": "^3.3.3"
},

@@ -68,0 +68,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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