New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.27.12 to 0.27.13

8

dist/cjs/db.d.ts

@@ -68,3 +68,3 @@ import { IDictionary } from "common-types";

*/
query<T = any>(path: string): SerializedQuery<T>;
query<T extends object = any>(path: string): SerializedQuery<T>;
/** Get a DB reference for a given path in Firebase */

@@ -151,3 +151,3 @@ ref(path?: string): Reference;

*/
getSnapshot(path: string | SerializedQuery): Promise<DataSnapshot>;
getSnapshot<T extends object = any>(path: string | SerializedQuery<T>): Promise<DataSnapshot>;
/**

@@ -168,3 +168,3 @@ * **getValue**

*/
getRecord<T = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T>;
getRecord<T extends object = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T>;
/**

@@ -180,3 +180,3 @@ * **getList**

*/
getList<T = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T[]>;
getList<T extends object = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T[]>;
/**

@@ -183,0 +183,0 @@ * **getSortedList**

@@ -68,3 +68,3 @@ import { IDictionary } from "common-types";

*/
query<T = any>(path: string): SerializedQuery<T>;
query<T extends object = any>(path: string): SerializedQuery<T>;
/** Get a DB reference for a given path in Firebase */

@@ -151,3 +151,3 @@ ref(path?: string): Reference;

*/
getSnapshot(path: string | SerializedQuery): Promise<DataSnapshot>;
getSnapshot<T extends object = any>(path: string | SerializedQuery<T>): Promise<DataSnapshot>;
/**

@@ -168,3 +168,3 @@ * **getValue**

*/
getRecord<T = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T>;
getRecord<T extends object = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T>;
/**

@@ -180,3 +180,3 @@ * **getList**

*/
getList<T = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T[]>;
getList<T extends object = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T[]>;
/**

@@ -183,0 +183,0 @@ * **getSortedList**

@@ -68,3 +68,3 @@ import { IDictionary } from "common-types";

*/
query<T = any>(path: string): SerializedQuery<T>;
query<T extends object = any>(path: string): SerializedQuery<T>;
/** Get a DB reference for a given path in Firebase */

@@ -151,3 +151,3 @@ ref(path?: string): Reference;

*/
getSnapshot(path: string | SerializedQuery): Promise<DataSnapshot>;
getSnapshot<T extends object = any>(path: string | SerializedQuery<T>): Promise<DataSnapshot>;
/**

@@ -168,3 +168,3 @@ * **getValue**

*/
getRecord<T = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T>;
getRecord<T extends object = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T>;
/**

@@ -180,3 +180,3 @@ * **getList**

*/
getList<T = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T[]>;
getList<T extends object = any>(path: string | SerializedQuery<T>, idProp?: string): Promise<T[]>;
/**

@@ -183,0 +183,0 @@ * **getSortedList**

{
"name": "abstracted-firebase",
"version": "0.27.12",
"version": "0.27.13",
"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