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.30.2 to 0.30.3

5

dist/cjs/index.d.ts

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

* The service account must be provided but if not passed in it can be found
* in environment variable
* in the `FIREBASE_SERVICE_ACCOUNT` environment variable. In both cases the
* string value is expected to be encoded in base64.
*/

@@ -29,3 +30,3 @@ serviceAccount?: string;

* The databaseURL is required but if not passed in as a parameter it can be found
* in an environment variable
* in the `FIREBASE_DATA_ROOT_URL` environment variable
*/

@@ -32,0 +33,0 @@ databaseUrl?: string;

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

* The service account must be provided but if not passed in it can be found
* in environment variable
* in the `FIREBASE_SERVICE_ACCOUNT` environment variable. In both cases the
* string value is expected to be encoded in base64.
*/

@@ -29,3 +30,3 @@ serviceAccount?: string;

* The databaseURL is required but if not passed in as a parameter it can be found
* in an environment variable
* in the `FIREBASE_DATA_ROOT_URL` environment variable
*/

@@ -32,0 +33,0 @@ databaseUrl?: string;

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

* The service account must be provided but if not passed in it can be found
* in environment variable
* in the `FIREBASE_SERVICE_ACCOUNT` environment variable. In both cases the
* string value is expected to be encoded in base64.
*/

@@ -29,3 +30,3 @@ serviceAccount?: string;

* The databaseURL is required but if not passed in as a parameter it can be found
* in an environment variable
* in the `FIREBASE_DATA_ROOT_URL` environment variable
*/

@@ -32,0 +33,0 @@ databaseUrl?: string;

6

package.json
{
"name": "abstracted-firebase",
"version": "0.30.2",
"version": "0.30.3",
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'",

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

"@firebase/database-types": "^0.4.3",
"common-types": "^1.11.18",
"common-types": "^1.12.1",
"serialized-query": "^0.8.1",

@@ -58,3 +58,3 @@ "typed-conversions": "^0.10.1"

"tslint": "^5.19.0",
"typescript": "^3.5.3"
"typescript": "^3.6.2"
},

@@ -61,0 +61,0 @@ "engines": {

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