Socket
Socket
Sign inDemoInstall

@pega/auth

Package Overview
Dependencies
Maintainers
16
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pega/auth - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

lib/oauth-client/auth.js

@@ -619,3 +619,3 @@ export class PegaAuth {

// eslint-disable-next-line no-console
console.error(msg.startsWith(this.tokenError) ? msg : `${this.tokenError}: ${msg}`);
console.error(msg.indexOf(this.tokenError) !== -1 ? msg : `${this.tokenError}: ${msg}`);
throw e;

@@ -622,0 +622,0 @@ });

{
"name": "@pega/auth",
"version": "0.2.3",
"version": "0.2.4",
"description": "Pega OAuth 2.0 Client Library (supports Infinity and Launchpad).",

@@ -5,0 +5,0 @@ "repository": {

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