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

firemock

Package Overview
Dependencies
Maintainers
1
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firemock - npm Package Compare versions

Comparing version 0.27.5 to 0.27.6

2

dist/cjs/query.d.ts

@@ -52,3 +52,3 @@ import { DataSnapshot, Query as IQuery, EventType, Reference as IReference } from "@firebase/database-types";

endAt(value: QueryValue, key?: string): Query<T>;
on(eventType: EventType, callback: (a: DataSnapshot | null, b?: string) => any, cancelCallbackOrContext?: (err?: Error) => void | null, context?: object | null): (a: DataSnapshot | null, b?: string) => any;
on(eventType: EventType, callback: (a: DataSnapshot, b?: null | string) => any, cancelCallbackOrContext?: (err?: Error) => void | null, context?: object | null): (a: DataSnapshot | null, b?: string) => any;
once(eventType: "value"): Promise<DataSnapshot>;

@@ -55,0 +55,0 @@ off(): void;

@@ -52,3 +52,3 @@ import { DataSnapshot, Query as IQuery, EventType, Reference as IReference } from "@firebase/database-types";

endAt(value: QueryValue, key?: string): Query<T>;
on(eventType: EventType, callback: (a: DataSnapshot | null, b?: string) => any, cancelCallbackOrContext?: (err?: Error) => void | null, context?: object | null): (a: DataSnapshot | null, b?: string) => any;
on(eventType: EventType, callback: (a: DataSnapshot, b?: null | string) => any, cancelCallbackOrContext?: (err?: Error) => void | null, context?: object | null): (a: DataSnapshot | null, b?: string) => any;
once(eventType: "value"): Promise<DataSnapshot>;

@@ -55,0 +55,0 @@ off(): void;

{
"name": "firemock",
"version": "0.27.5",
"version": "0.27.6",
"description": "firemock",

@@ -5,0 +5,0 @@ "license": "MIT",

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