firebase-tools
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -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) { |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66207
1478
+ Addedfirebase@2.2.9(transitive)
- Removedfirebase@2.1.2(transitive)
Updatedfirebase@2.2.x