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.1.5 to 1.1.6

6

lib/app.js

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

'Access-Control-Allow-Origin',
'Cache-Control'
'Cache-Control',
'X-UA-Compatible',
'X-Content-Type-Options',
'X-Frame-Options',
'X-XSS-Protection'
];

@@ -180,0 +184,0 @@ if (headers) {

2

lib/auth.js

@@ -203,3 +203,3 @@ var prompt = require('prompt'),

if (this.token.length > 0) {
var url = '/account/token/' + this.token;
var url = '/account/token';
api.request('DELETE', url, {}, true, function(statusCode, response) {

@@ -206,0 +206,0 @@ setTimeout(callback, 0, null);

{
"name": "firebase-tools",
"description": "Firebase command line tools",
"version": "1.1.5",
"version": "1.1.6",
"author": "Firebase <support@firebase.com> (https://www.firebase.com/)",

@@ -48,3 +48,3 @@ "homepage": "https://github.com/firebase/firebase-tools/",

"chalk": "0.5.x",
"firebase": "2.1.x",
"firebase": "2.2.x",
"fstream-ignore": "1.0.x",

@@ -51,0 +51,0 @@ "open": "0.0.x",

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