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.37.1 to 0.37.3

4

dist/cjs/db.js

@@ -417,5 +417,5 @@ "use strict";

try {
const response = (await typeof path) === "string"
const response = await (typeof path === "string"
? this.ref(util_1.slashNotation(path)).once("value")
: path.setDB(this).execute();
: path.setDB(this).execute());
return response;

@@ -422,0 +422,0 @@ }

@@ -415,5 +415,5 @@ // tslint:disable: member-ordering

try {
const response = (await typeof path) === "string"
const response = await (typeof path === "string"
? this.ref(slashNotation(path)).once("value")
: path.setDB(this).execute();
: path.setDB(this).execute());
return response;

@@ -420,0 +420,0 @@ }

@@ -427,5 +427,5 @@ (function (factory) {

try {
const response = (await typeof path) === "string"
const response = await (typeof path === "string"
? this.ref(util_1.slashNotation(path)).once("value")
: path.setDB(this).execute();
: path.setDB(this).execute());
return response;

@@ -432,0 +432,0 @@ }

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

@@ -50,3 +50,3 @@ "license": "MIT",

"chai": "^4.2.0",
"firemock": "^0.36.0",
"firemock": "^0.37.1",
"js-yaml": "^3.13.1",

@@ -80,2 +80,2 @@ "lodash": "^4.17.15",

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