Socket
Socket
Sign inDemoInstall

firebase-admin

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-admin - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

lib/auth/auth-api-request.d.ts

88

package.json
{
"name": "firebase-admin",
"version": "3.0.0",
"description": "Programmatically instantiate and modify Firebase instances.",
"version": "4.0.0",
"description": "Firebase admin SDK for Node.js",
"author": "Firebase (https://firebase.google.com/)",
"license": "SEE LICENSE IN https://developers.google.com/terms",
"homepage": "https://firebase.google.com/",
"keywords": [
"firebase",
"admin",
"account"
"database",
"Firebase",
"realtime",
"authentication"
],
"homepage": "https://casetext.github.io/firebase-admin",
"repository": {
"type": "git",
"url": "git://github.com/casetext/firebase-admin.git"
},
"author": {
"name": "Harry Schmidt",
"email": "goldibex@casetext.com",
"url": "https://casetext.com/about"
},
"license": {
"type": "MIT",
"url": "https://github.com/casetext/firebase-admin/blob/master/LICENSE"
},
"main": "account.js",
"bin": "bin/firebase-admin",
"scripts": {
"test": "mocha --recursive -u bdd -t 30000 -s 2000 -r ./test/setup test/spec",
"postpublish": "./script/postpublish.bash"
},
"main": "lib/index.js",
"files": [
"lib/"
],
"types": "./lib/index.d.ts",
"dependencies": {
"firebase": "^2.0.0",
"optometrist": "^0.1.3",
"q": "^1.0.1",
"request": "^2.37.0",
"commander": "^2.3.0",
"chalk": "^0.5.1",
"cli-table": "^0.3.0",
"prompt": "^0.2.14"
"@types/jsonwebtoken": "^7.1.33",
"faye-websocket": "0.9.3",
"jsonwebtoken": "7.1.9"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"ink-docstrap": "^0.4.12",
"jsdoc": "^3.3.0-alpha9",
"mocha": "^1.20.1",
"lodash": "^2.4.1"
"@types/chai": "^3.4.34",
"@types/chai-as-promised": "0.0.29",
"@types/firebase-token-generator": "^2.0.28",
"@types/lodash": "^4.14.38",
"@types/mocha": "^2.2.32",
"@types/nock": "^8.0.33",
"@types/request": "0.0.32",
"@types/request-promise": "^4.1.33",
"@types/sinon": "^1.16.31",
"@types/sinon-chai": "^2.7.27",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"del": "^2.2.1",
"firebase-token-generator": "^2.0.0",
"gulp": "^3.9.1",
"gulp-exit": "0.0.2",
"gulp-header": "^1.8.8",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.5.4",
"gulp-tslint": "^6.0.2",
"gulp-typescript": "^3.1.2",
"lodash": "^4.6.1",
"merge2": "^1.0.2",
"nock": "^8.0.0",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"run-sequence": "^1.1.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"tslint": "^3.5.0",
"typescript": "^2.0.3",
"typings": "^1.0.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc