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

auth0-js

Package Overview
Dependencies
Maintainers
2
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-js - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

build/auth0.min.js

8

build/auth0.js

@@ -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', {

2

Gruntfile.js

@@ -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

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