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.35.0 to 0.35.1

1

dist/cjs/db.js

@@ -419,2 +419,3 @@ "use strict";

catch (e) {
console.warn(`There was a problem trying to get a snapshot from the database:`, e.message);
throw new AbstractedProxyError_1.AbstractedProxyError(e);

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

@@ -417,2 +417,3 @@ // tslint:disable: member-ordering

catch (e) {
console.warn(`There was a problem trying to get a snapshot from the database:`, e.message);
throw new AbstractedProxyError(e);

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

@@ -429,2 +429,3 @@ (function (factory) {

catch (e) {
console.warn(`There was a problem trying to get a snapshot from the database:`, e.message);
throw new AbstractedProxyError_1.AbstractedProxyError(e);

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

2

package.json
{
"name": "abstracted-firebase",
"version": "0.35.0",
"version": "0.35.1",
"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