Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@upandgo/verify-cognito-token

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@upandgo/verify-cognito-token - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/index.js

@@ -62,3 +62,3 @@ "use strict";

const verifyPromised = (0, util_1.promisify)(jsonwebtoken.verify.bind(jsonwebtoken));
const cognitoIssuer = `https:cognito-idp.${this.cognitoConfig.region}.amazonaws.com/${this.cognitoConfig.userPoolId}`;
const cognitoIssuer = `https://cognito-idp.${this.cognitoConfig.region}.amazonaws.com/${this.cognitoConfig.userPoolId}`;
try {

@@ -65,0 +65,0 @@ const tokenSections = (token || '').split('.');

{
"name": "@upandgo/verify-cognito-token",
"version": "1.0.3",
"version": "1.0.4",
"description": "custom token verification for uag",

@@ -5,0 +5,0 @@ "repository": "git@gitlab.com:agence-upandgo/librairies/verify-cognito-token.git",

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