Socket
Socket
Sign inDemoInstall

azure-ad-verify-token

Package Overview
Dependencies
22
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

3

dist/verify.d.ts

@@ -0,1 +1,2 @@

import jsonwebtoken from 'jsonwebtoken';
import { VerifyOptions } from './interfaces.js';

@@ -8,2 +9,2 @@ /**

*/
export declare function verify(token: string, options: VerifyOptions): Promise<string | import("jsonwebtoken").JwtPayload>;
export declare function verify(token: string, options: VerifyOptions): Promise<string | jsonwebtoken.JwtPayload>;

@@ -1,5 +0,6 @@

import { decode as jwtDecode, verify as jwtVerify } from 'jsonwebtoken';
import jsonwebtoken from 'jsonwebtoken';
import fetch from 'node-fetch';
import getPem from 'rsa-pem-from-mod-exp';
import { getItem, setDeferredItem, setItem } from './cache.js';
const { decode: jwtDecode, verify: jwtVerify } = jsonwebtoken;
/**

@@ -6,0 +7,0 @@ * Get public key.

{
"name": "azure-ad-verify-token",
"version": "3.0.2",
"version": "3.0.3",
"description": "Verify JWT issued by Azure Active Directory B2C.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc