angular-auth0
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -174,5 +174,6 @@ /******/ (function(modules) { // webpackBootstrap | ||
"use strict"; | ||
/* harmony default export */ __webpack_exports__["a"] = ('3.0.4'); | ||
/* harmony default export */ __webpack_exports__["a"] = ("3.0.6"); | ||
/***/ }) | ||
/******/ ]); |
@@ -1,1 +0,1 @@ | ||
(function(a){function b(d){if(c[d])return c[d].exports;var e=c[d]={i:d,l:!1,exports:{}};return a[d].call(e.exports,e,e.exports,b),e.l=!0,e.exports}var c={};return b.m=a,b.c=c,b.d=function(a,c,d){b.o(a,c)||Object.defineProperty(a,c,{configurable:!1,enumerable:!0,get:d})},b.n=function(a){var c=a&&a.__esModule?function(){return a['default']}:function(){return a};return b.d(c,'a',c),c},b.o=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)},b.p='',b(b.s=0)})([function(a,b,c){'use strict';Object.defineProperty(b,'__esModule',{value:!0});var d=c(1),e=c.n(d),f=c(2),g=c.n(f),h=c(3);if('object'!=typeof e.a)throw new Error('Angular must be loaded.');if(!e.a.isObject(g.a))throw new Error('Auth0 must be loaded.');e.a.module('auth0.auth0',[]).provider('angularAuth0',function(){this.init=function(a){if(!a)throw new Error('Client ID and Domain are required to initialize Auth0.js');a._telemetryInfo?a._telemetryInfo.env=e.a.extend({},this.config._telemetryInfo.env,{"angular-auth0":h.a}):a._telemetryInfo={name:'angular-auth0',version:h.a,env:{"auth0-js":g.a.version.raw}},this.config=a},this.$get=['$rootScope',function(a){function b(b){var d=b.length-1,f=b[d];return e.a.isFunction(f)&&(b[d]=function(){var b=arguments;a.$evalAsync(function(){f.apply(c,b)})}),b}var c=new g.a.WebAuth(this.config),d={},f=[];for(var h in c)e.a.isFunction(c[h])&&f.push(h),e.a.isObject(c[h])&&(d[h]=c[h]);for(var h=0;h<f.length;h++)d[f[h]]=function(a){return function(){return c[a].apply(c,b(arguments))}}(f[h]);return d}]})},function(a){a.exports=angular},function(a){a.exports=auth0},function(a,b){'use strict';b.a='3.0.4'}]); | ||
(function(a){function b(d){if(c[d])return c[d].exports;var e=c[d]={i:d,l:!1,exports:{}};return a[d].call(e.exports,e,e.exports,b),e.l=!0,e.exports}var c={};return b.m=a,b.c=c,b.d=function(a,c,d){b.o(a,c)||Object.defineProperty(a,c,{configurable:!1,enumerable:!0,get:d})},b.n=function(a){var c=a&&a.__esModule?function(){return a['default']}:function(){return a};return b.d(c,'a',c),c},b.o=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)},b.p='',b(b.s=0)})([function(a,b,c){'use strict';Object.defineProperty(b,'__esModule',{value:!0});var d=c(1),e=c.n(d),f=c(2),g=c.n(f),h=c(3);if('object'!=typeof e.a)throw new Error('Angular must be loaded.');if(!e.a.isObject(g.a))throw new Error('Auth0 must be loaded.');e.a.module('auth0.auth0',[]).provider('angularAuth0',function(){this.init=function(a){if(!a)throw new Error('Client ID and Domain are required to initialize Auth0.js');a._telemetryInfo?a._telemetryInfo.env=e.a.extend({},this.config._telemetryInfo.env,{"angular-auth0":h.a}):a._telemetryInfo={name:'angular-auth0',version:h.a,env:{"auth0-js":g.a.version.raw}},this.config=a},this.$get=['$rootScope',function(a){function b(b){var d=b.length-1,f=b[d];return e.a.isFunction(f)&&(b[d]=function(){var b=arguments;a.$evalAsync(function(){f.apply(c,b)})}),b}var c=new g.a.WebAuth(this.config),d={},f=[];for(var h in c)e.a.isFunction(c[h])&&f.push(h),e.a.isObject(c[h])&&(d[h]=c[h]);for(var h=0;h<f.length;h++)d[f[h]]=function(a){return function(){return c[a].apply(c,b(arguments))}}(f[h]);return d}]})},function(a){a.exports=angular},function(a){a.exports=auth0},function(a,b){'use strict';b.a='3.0.6'}]); |
{ | ||
"name": "angular-auth0", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Auth0.js v9 wrapper for Angular.js", | ||
@@ -27,4 +27,4 @@ "main": "index.js", | ||
"angular": "^1.7.9", | ||
"auth0-js": "^9.12.1" | ||
"auth0-js": "^9.12.2" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
export default "3.0.5"; | ||
export default "3.0.6"; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19806
0
Updatedauth0-js@^9.12.2