Socket
Socket
Sign inDemoInstall

firebase-admin

Package Overview
Dependencies
Maintainers
1
Versions
137
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 1.0.4 to 1.0.5

script/postpublish.bash

4

account.js

@@ -101,4 +101,4 @@

* @param {String} name The name of the instance.
* @returns {external:Promise} A promise that resolves with a
* @link FirebaseInstance} if successful and rejects with an Error if
* @returns {external:Promise} A promise that resolves with a
* {@link FirebaseInstance} if successful and rejects with an Error if
* there's an error.

@@ -105,0 +105,0 @@ * @example

{
"name": "firebase-admin",
"version": "1.0.4",
"version": "1.0.5",
"description": "Programmatically instantiate and modify Firebase instances.",

@@ -22,4 +22,4 @@ "keywords": [

"scripts": {
"test": "source ./test/prep.bash && ./node_modules/mocha/bin/mocha --recursive -u bdd -t 10000 -s 1000 -r ./test/setup test/spec",
"postpublish": "git checkout gh-pages && git merge master && ./node_modules/.bin/jsdoc -t ./node_modules/ink-docstrap/template -d . -c .jsdocrc *.js README.md && git add *.html styles scripts img && git commit -am 'Update docs' && git push hub gh-pages && git checkout @{-1}"
"test": "./script/test.bash",
"postpublish": "./script/postpublish.bash"
},

@@ -26,0 +26,0 @@ "dependencies": {

@@ -6,2 +6,4 @@ firebase-admin

[![Build Status](https://travis-ci.org/casetext/firebase-admin.svg?branch=master)](https://travis-ci.org/casetext/firebase-admin)
## Why?

@@ -8,0 +10,0 @@

Sorry, the diff of this file is not supported yet

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