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

pandular

Package Overview
Dependencies
Maintainers
2
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.3 to 0.1.4

2

package.json
{
"name": "pandular",
"version": "0.1.3",
"version": "0.1.4",
"description": "Angular module to re-establish a pan-domain auth (aka panda) session",

@@ -5,0 +5,0 @@ "keywords": [

@@ -16,3 +16,3 @@ import angular from 'angular';

if (error && error.status === 419) {
$log.info('Invalid session, attempting to re-establish');
$log.info('Invalid session, attempting to re-establish');

@@ -22,2 +22,3 @@ // Attempt to re-establish the session once before

$log.info('Session re-established');
$rootScope.$emit('pandular:re-establishment:success', data);

@@ -28,2 +29,3 @@ // Try again now we have a fresh session

$log.error('Could not re-establish session: ' + sessionError);
$rootScope.$emit('pandular:re-establishment:fail', sessionError);

@@ -30,0 +32,0 @@ // Note: we forward the *original* error we

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