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.2.4 to 0.2.5

2

lib/serialized-query.d.ts

@@ -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

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