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.32.5 to 0.33.0

2

dist/cjs/db.d.ts

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

*
* Watch for firebase events based on a DB path or Query
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements)
*

@@ -59,0 +59,0 @@ * @param target a database path or a SerializedQuery

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

*
* Watch for firebase events based on a DB path or Query
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements)
*

@@ -85,0 +85,0 @@ * @param target a database path or a SerializedQuery

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

*
* Watch for firebase events based on a DB path or Query
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements)
*

@@ -59,0 +59,0 @@ * @param target a database path or a SerializedQuery

@@ -80,3 +80,3 @@ // tslint:disable: member-ordering

*
* Watch for firebase events based on a DB path or Query
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements)
*

@@ -83,0 +83,0 @@ * @param target a database path or a SerializedQuery

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

*
* Watch for firebase events based on a DB path or Query
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements)
*

@@ -59,0 +59,0 @@ * @param target a database path or a SerializedQuery

@@ -92,3 +92,3 @@ (function (factory) {

*
* Watch for firebase events based on a DB path or Query
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements)
*

@@ -95,0 +95,0 @@ * @param target a database path or a SerializedQuery

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

@@ -32,6 +32,6 @@ "license": "MIT",

"dependencies": {
"@firebase/auth-types": "^0.8.0",
"@firebase/database-types": "^0.4.4",
"@firebase/auth-types": "^0.8.1",
"@firebase/database-types": "^0.4.5",
"common-types": "^1.12.9",
"serialized-query": "^0.8.1",
"serialized-query": "^0.9.1",
"typed-conversions": "^0.10.1"

@@ -41,4 +41,3 @@ },

"@types/chai": "^4.1.0",
"@types/chance": "^0.7.34",
"@types/faker": "^4.1.5",
"@types/faker": "^4.1.6",
"@types/js-yaml": "^3.9.0",

@@ -51,3 +50,3 @@ "@types/lodash": "^4.14.0",

"chai": "^4.2.0",
"firemock": "^0.32.10",
"firemock": "^0.33.1",
"js-yaml": "^3.13.1",

@@ -54,0 +53,0 @@ "lodash": "^4.17.11",

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