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

firebase-tools

Package Overview
Dependencies
Maintainers
1
Versions
424
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-tools - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

lib/help.js

@@ -126,2 +126,6 @@ var app = require('./app'),

'\n' +
' -f, --firebase Overrides the Firebase setting in the firebase.json\n' +
' -p, --public Overrides the public directory setting in the\n' +
' firebase.json\n' +
'\n' +
' Uploads the directory detailed in the firebase.json settings file and\n' +

@@ -128,0 +132,0 @@ ' updates the security rules of the Firebase if specified. The current user\n' +

@@ -41,3 +41,7 @@ var request = require('request'),

reader.pipe(tar.Pack())
reader.on('error', function(err) {
console.log(chalk.red('READ ERROR') + ' - Could not read directory. Remove' +
' symbolic links / shortcuts and try again.');
process.exit(1);
}).pipe(tar.Pack())
.pipe(zlib.createGzip())

@@ -44,0 +48,0 @@ .pipe(writeStream);

2

package.json
{
"name": "firebase-tools",
"preferGlobal": true,
"version": "1.0.4",
"version": "1.0.5",
"description": "The Firebase Command Line Tools",

@@ -6,0 +6,0 @@ "keywords": [

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