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

@forest-fire/serialized-query

Package Overview
Dependencies
Maintainers
2
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forest-fire/serialized-query - npm Package Compare versions

Comparing version 0.42.0 to 0.43.0

LICENSE

3

dist/cjs/SerializedQuery.d.ts

@@ -1,4 +0,3 @@

import type { IDictionary } from 'common-types';
import type { IComparisonOperator, IFirestoreQuery, IFirestoreQueryOrderType, IRealQueryOrderType, IRealTimeQuery, ISerializedIdentity, ISimplifiedDatabase } from './index';
export declare abstract class SerializedQuery<T = IDictionary> {
export declare abstract class SerializedQuery<T = any> {
protected _endAtKey?: keyof T & string;

@@ -5,0 +4,0 @@ protected _endAt?: string;

@@ -28,3 +28,3 @@ "use strict";

startAtKey: this._startAtKey,
startAt: this._startAt
startAt: this._startAt,
};

@@ -31,0 +31,0 @@ }

@@ -20,3 +20,3 @@ "use strict";

index_1.RealQueryOrderType.orderByChild,
index_1.RealQueryOrderType.orderByValue
index_1.RealQueryOrderType.orderByValue,
]);

@@ -29,3 +29,3 @@ super.startAt(value, key);

index_1.RealQueryOrderType.orderByChild,
index_1.RealQueryOrderType.orderByValue
index_1.RealQueryOrderType.orderByValue,
]);

@@ -39,3 +39,3 @@ super.endAt(value, key);

index_1.RealQueryOrderType.orderByChild,
index_1.RealQueryOrderType.orderByValue
index_1.RealQueryOrderType.orderByValue,
]);

@@ -42,0 +42,0 @@ return this;

@@ -1,4 +0,3 @@

import type { IDictionary } from 'common-types';
import type { IComparisonOperator, IFirestoreQuery, IFirestoreQueryOrderType, IRealQueryOrderType, IRealTimeQuery, ISerializedIdentity, ISimplifiedDatabase } from './index';
export declare abstract class SerializedQuery<T = IDictionary> {
export declare abstract class SerializedQuery<T = any> {
protected _endAtKey?: keyof T & string;

@@ -5,0 +4,0 @@ protected _endAt?: string;

@@ -26,3 +26,3 @@ export class SerializedQuery {

startAtKey: this._startAtKey,
startAt: this._startAt
startAt: this._startAt,
};

@@ -29,0 +29,0 @@ }

@@ -18,3 +18,3 @@ import { RealQueryOrderType } from './index';

RealQueryOrderType.orderByChild,
RealQueryOrderType.orderByValue
RealQueryOrderType.orderByValue,
]);

@@ -27,3 +27,3 @@ super.startAt(value, key);

RealQueryOrderType.orderByChild,
RealQueryOrderType.orderByValue
RealQueryOrderType.orderByValue,
]);

@@ -37,3 +37,3 @@ super.endAt(value, key);

RealQueryOrderType.orderByChild,
RealQueryOrderType.orderByValue
RealQueryOrderType.orderByValue,
]);

@@ -40,0 +40,0 @@ return this;

{
"name": "@forest-fire/serialized-query",
"version": "0.42.0",
"version": "0.43.0",
"description": "",

@@ -35,3 +35,3 @@ "module": "dist/es/index.js",

"@firebase/firestore-types": "^1.10.1",
"@forest-fire/real-time-admin": "^0.42.0",
"@forest-fire/real-time-admin": "^0.43.0",
"@types/chalk": "^2.2.0",

@@ -48,3 +48,3 @@ "@types/js-yaml": "^3.12.3",

"chalk": "^3.0.0",
"firemock": "^0.40.1",
"firemock": "^0.43.0",
"firemodel": "^0.38.0",

@@ -58,3 +58,4 @@ "js-yaml": "^3.13.1",

},
"license": "MIT"
"license": "MIT",
"gitHead": "4e186dc629e087b0fc1dd266b49228eef257435e"
}
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