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

abstracted-firebase

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstracted-firebase - npm Package Compare versions

Comparing version 0.32.1 to 0.32.2

4

dist/cjs/types.d.ts

@@ -16,4 +16,4 @@ import { DataSnapshot, OnDisconnect, Query, ThenableReference, EventType } from "@firebase/database-types";

emit: (event: string | symbol, ...args: any[]) => boolean;
on: (event: string, value: any) => void;
once: (event: string, value: any) => void;
on: (event: string, value: any) => any;
once: (event: string, value: any) => any;
}

@@ -20,0 +20,0 @@ export interface IClientEmitter extends IEmitter {

@@ -16,4 +16,4 @@ import { DataSnapshot, OnDisconnect, Query, ThenableReference, EventType } from "@firebase/database-types";

emit: (event: string | symbol, ...args: any[]) => boolean;
on: (event: string, value: any) => void;
once: (event: string, value: any) => void;
on: (event: string, value: any) => any;
once: (event: string, value: any) => any;
}

@@ -20,0 +20,0 @@ export interface IClientEmitter extends IEmitter {

@@ -16,4 +16,4 @@ import { DataSnapshot, OnDisconnect, Query, ThenableReference, EventType } from "@firebase/database-types";

emit: (event: string | symbol, ...args: any[]) => boolean;
on: (event: string, value: any) => void;
once: (event: string, value: any) => void;
on: (event: string, value: any) => any;
once: (event: string, value: any) => any;
}

@@ -20,0 +20,0 @@ export interface IClientEmitter extends IEmitter {

{
"name": "abstracted-firebase",
"version": "0.32.1",
"version": "0.32.2",
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'",

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