New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pandular

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pandular - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"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 @@

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