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.1 to 1.0.4

.travis.yml

4

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

@@ -23,3 +23,3 @@ "keywords": [

"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 && ./node_modules/.bin/jsdoc -t ./node_modules/ink-docstrap/template -d . -c .jsdocrc *.js README.md && git commit -am 'Update docs' && git push hub && git checkout master"
"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}"
},

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

@@ -40,2 +40,3 @@ firebase-admin

cd firebase-admin
npm install
npm test

@@ -42,0 +43,0 @@ ```

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