appscode-api-js-client
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -15,3 +15,3 @@ var RSVP = require('rsvp'); | ||
} | ||
xhr('/login/refresh/', 'GET', {domain: '', skipResponsePrefixLength: 9}) | ||
xhr('/login/refresh/', 'GET', {domain: '', skipResponsePrefixLength: 9}) // for{;;}; | ||
.then(function (token) { | ||
@@ -18,0 +18,0 @@ preset.headers['X-Phabricator-Csrf'] = token.payload.token; |
{ | ||
"name": "appscode-api-js-client", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "AppsCode API JavaScript Client", | ||
@@ -27,4 +27,4 @@ "main": "index.js", | ||
"fs": "0.0.1-security", | ||
"grpc-xhr": "^1.0.5", | ||
"lodash": "^3.10.1", | ||
"grpc-xhr": "^1.0.7", | ||
"lodash": "^4.16.4", | ||
"path": "^0.12.7", | ||
@@ -31,0 +31,0 @@ "rsvp": "^3.3.3" |
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
56016
- Removedlodash@3.10.1(transitive)
Updatedgrpc-xhr@^1.0.7
Updatedlodash@^4.16.4