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

@cimpress/simple-auth-wrapper

Package Overview
Dependencies
Maintainers
9
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cimpress/simple-auth-wrapper - npm Package Compare versions

Comparing version 6.3.1 to 6.3.2

6

lib/centralizedauth.js

@@ -324,7 +324,3 @@ 'use strict';

if (forceLogin) {
_this.removeToken();
}
if (_this.isLoggedIn()) {
if (_this.isLoggedIn() && !forceLogin) {
return _Promise.resolve(true);

@@ -331,0 +327,0 @@ }

2

package.json
{
"name": "@cimpress/simple-auth-wrapper",
"version": "6.3.1",
"version": "6.3.2",
"description": "A simple utility class to wrap basic Auth0 functionality",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -247,7 +247,3 @@ import Auth0 from 'auth0-js';

if (forceLogin) {
this.removeToken();
}
if (this.isLoggedIn()) {
if (this.isLoggedIn() && !forceLogin) {
return _Promise.resolve(true);

@@ -254,0 +250,0 @@ }

Sorry, the diff of this file is not supported yet

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