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

abstracted-admin

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstracted-admin - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

lib/db.d.ts

@@ -47,3 +47,3 @@ import * as firebase from 'firebase-admin';

getRecord<T = any>(path: string | SerializedQuery, idProp?: string): Promise<T>;
getList<T = any[]>(path?: string | SerializedQuery<T>, idProp?: string): Promise<T[]>;
getList<T = any[]>(path: string | SerializedQuery, idProp?: string): Promise<T[]>;
getSortedList<T = any[]>(query: any, idProp?: string): Promise<T[]>;

@@ -50,0 +50,0 @@ push<T = IDictionary<any>>(path: string, value: T): Promise<any>;

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

}
getList(path = any > , idProp = 'id') {
getList(path, idProp = 'id') {
return __awaiter(this, void 0, void 0, function* () {

@@ -136,0 +136,0 @@ return this.getSnapshot(path)

{
"name": "abstracted-admin",
"version": "0.1.5",
"version": "0.1.6",
"description": "Helpful abstraction on the firebase admin API",

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