Comparing version 1.1.1 to 1.2.0
@@ -292,2 +292,10 @@ ;(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
Auth0.prototype.logout = function (query) { | ||
var url = 'https://' + this._domain + '/logout'; | ||
if (query) { | ||
url += '?' + qs.stringify(query); | ||
} | ||
this._redirect(url); | ||
}; | ||
Auth0.prototype.getSSOData = function (callback) { | ||
@@ -294,0 +302,0 @@ return jsonp('https://' + this._domain + '/user/ssodata', { |
@@ -119,3 +119,3 @@ var fs = require('fs'); | ||
grunt.registerTask("example", ["connect:example", "watch"]); | ||
grunt.registerTask("example_https", ["connect:example_https", "watch"]); | ||
grunt.registerTask("example_https", ["connect:example_https", "watch", "build"]); | ||
grunt.registerTask("dev", ["connect:test", "watch", "build"]); | ||
@@ -122,0 +122,0 @@ grunt.registerTask("test", ["exec:test-phantom"]); |
@@ -228,2 +228,10 @@ var assert_required = require('./assert_required'); | ||
Auth0.prototype.logout = function (query) { | ||
var url = 'https://' + this._domain + '/logout'; | ||
if (query) { | ||
url += '?' + qs.stringify(query); | ||
} | ||
this._redirect(url); | ||
}; | ||
Auth0.prototype.getSSOData = function (callback) { | ||
@@ -230,0 +238,0 @@ return jsonp('https://' + this._domain + '/user/ssodata', { |
{ | ||
"name": "auth0-js", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Auth0 headless browser sdk", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
275297
25
5676
2
12
12