Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "pandular", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Angular module to re-establish a pan-domain auth (aka panda) session", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -17,6 +17,5 @@ import angular from 'angular'; | ||
/** | ||
* The number of milliseconds to wait for the session to re-establish | ||
* before giving up. | ||
* The time to wait before giving up on re-auth | ||
*/ | ||
session.constant('pandular.reAuthTimeout', 5000 /* ms */); | ||
session.factory('pandular.reAuthTimeout', () => { throw new RequiredConfiguration('pandular.reAuthTimeout'); }); | ||
@@ -23,0 +22,0 @@ |
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
4932
3
106
1