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

abstracted-admin

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstracted-admin - npm Package Compare versions

Comparing version 0.37.1 to 0.38.0

6

dist/cjs/db.d.ts

@@ -27,2 +27,8 @@ import * as firebase from "firebase-admin";

*
* > If using a _mocked_ database then the Auth API will be redirected to **firemock**
* instead of the real Admin SDK for Auth. Be aware that this mocked API may not be fully implemented
* but PR's are welcome if the part you need is not yet implemented. If you want to explicitly state
* whether to use the _real_ or _mock_ Auth SDK then you can state this by passing in a `auth` parameter
* as part of the configuration (using either "real" or "mocked" as a value)
*
* References:

@@ -29,0 +35,0 @@ * - [Introduction](https://firebase.google.com/docs/auth/admin)

8

dist/cjs/db.js

@@ -46,2 +46,8 @@ "use strict";

*
* > If using a _mocked_ database then the Auth API will be redirected to **firemock**
* instead of the real Admin SDK for Auth. Be aware that this mocked API may not be fully implemented
* but PR's are welcome if the part you need is not yet implemented. If you want to explicitly state
* whether to use the _real_ or _mock_ Auth SDK then you can state this by passing in a `auth` parameter
* as part of the configuration (using either "real" or "mocked" as a value)
*
* References:

@@ -71,3 +77,3 @@ * - [Introduction](https://firebase.google.com/docs/auth/admin)

db: config.mockData || {},
auth: config.mockAuth || {}
auth: Object.assign({ providers: [] }, config.mockAuth)
});

@@ -74,0 +80,0 @@ this._isConnected = true;

@@ -27,2 +27,8 @@ import * as firebase from "firebase-admin";

*
* > If using a _mocked_ database then the Auth API will be redirected to **firemock**
* instead of the real Admin SDK for Auth. Be aware that this mocked API may not be fully implemented
* but PR's are welcome if the part you need is not yet implemented. If you want to explicitly state
* whether to use the _real_ or _mock_ Auth SDK then you can state this by passing in a `auth` parameter
* as part of the configuration (using either "real" or "mocked" as a value)
*
* References:

@@ -29,0 +35,0 @@ * - [Introduction](https://firebase.google.com/docs/auth/admin)

@@ -44,2 +44,8 @@ import * as firebase from "firebase-admin";

*
* > If using a _mocked_ database then the Auth API will be redirected to **firemock**
* instead of the real Admin SDK for Auth. Be aware that this mocked API may not be fully implemented
* but PR's are welcome if the part you need is not yet implemented. If you want to explicitly state
* whether to use the _real_ or _mock_ Auth SDK then you can state this by passing in a `auth` parameter
* as part of the configuration (using either "real" or "mocked" as a value)
*
* References:

@@ -69,3 +75,3 @@ * - [Introduction](https://firebase.google.com/docs/auth/admin)

db: config.mockData || {},
auth: config.mockAuth || {}
auth: Object.assign({ providers: [] }, config.mockAuth)
});

@@ -72,0 +78,0 @@ this._isConnected = true;

34

package.json
{
"name": "abstracted-admin",
"version": "0.37.1",
"version": "0.38.0",
"description": "Helpful abstraction on the Firebase admin API",

@@ -36,14 +36,14 @@ "license": "MIT",

"dependencies": {
"@firebase/app": "^0.5.4",
"@firebase/database-types": "^0.4.11",
"abstracted-firebase": "^0.37.1",
"common-types": "^1.12.18",
"firebase-admin": "^8.9.2",
"@firebase/app": "^0.6.2",
"@firebase/database-types": "^0.5.0",
"abstracted-firebase": "^0.38.1",
"common-types": "^1.14.2",
"firebase-admin": "^8.10.0",
"lodash.first": "^3.0.0",
"lodash.last": "^3.0.0",
"serialized-query": "^0.11.0",
"serialized-query": "^0.11.2",
"typed-conversions": "^0.10.1"
},
"peerDependencies": {
"firemock": "^0.36.0"
"firemock": "^0.38.3"
},

@@ -59,10 +59,10 @@ "devDependencies": {

"@types/rimraf": "^2.0.3",
"@vuepress/plugin-back-to-top": "^1.2.0",
"@vuepress/plugin-last-updated": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"@vuepress/plugin-pwa": "^1.2.0",
"@vuepress/plugin-back-to-top": "^1.4.1",
"@vuepress/plugin-last-updated": "^1.4.1",
"@vuepress/plugin-medium-zoom": "^1.4.1",
"@vuepress/plugin-pwa": "^1.4.1",
"async-shelljs": "^0.1.4",
"chai": "^4.2.0",
"chalk": "3.0.0",
"firemock": "^0.36.0",
"firemock": "^0.38.3",
"js-yaml": "^3.13.1",

@@ -72,6 +72,6 @@ "mocha": "^6.2.2",

"test-console": "^1.1.0",
"ts-node": "^8.6.2",
"tslint": "^5.20.1",
"typescript": "^3.7.5",
"vuepress": "^1.3.0"
"ts-node": "^8.9.0",
"tslint": "^6.1.1",
"typescript": "^3.8.3",
"vuepress": "^1.4.1"
},

@@ -78,0 +78,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