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

abstracted-database

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstracted-database - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

dist/commonjs/AbstractedDatabase.d.ts

@@ -71,3 +71,3 @@ import { DocumentChangeType as IFirestoreDbEvent, FirebaseFirestore } from '@firebase/firestore-types';

*/
abstract getPushKey(path: string): Promise<string | void>;
abstract getPushKey(path: string): Promise<string>;
/**

@@ -74,0 +74,0 @@ * Gets a record from a given path in the Firebase DB and converts it to an

@@ -71,3 +71,3 @@ import { DocumentChangeType as IFirestoreDbEvent, FirebaseFirestore } from '@firebase/firestore-types';

*/
abstract getPushKey(path: string): Promise<string | void>;
abstract getPushKey(path: string): Promise<string>;
/**

@@ -74,0 +74,0 @@ * Gets a record from a given path in the Firebase DB and converts it to an

{
"name": "abstracted-database",
"version": "0.5.1",
"version": "0.5.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/commonjs",

@@ -103,3 +103,3 @@ import {

*/
public abstract async getPushKey(path: string): Promise<string | void>;
public abstract async getPushKey(path: string): Promise<string>;
/**

@@ -106,0 +106,0 @@ * Gets a record from a given path in the Firebase DB and converts it to an

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