Socket
Socket
Sign inDemoInstall

azure-ad-verify-token

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-ad-verify-token - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.1.1](https://github.com/justinlettau/azure-ad-verify-token/compare/v1.1.0...v1.1.1) (2020-11-28)
## [1.1.0](https://github.com/justinlettau/azure-ad-verify-token/compare/v1.0.1...v1.1.0) (2020-03-28)

@@ -7,0 +9,0 @@

@@ -52,2 +52,3 @@ "use strict";

var jwksUri = options.jwksUri, audience = options.audience, issuer = options.issuer;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
var decoded;

@@ -54,0 +55,0 @@ var kid;

21

package.json
{
"name": "azure-ad-verify-token",
"version": "1.1.0",
"version": "1.1.1",
"description": "Verify JWT issued by Azure Active Directory B2C.",

@@ -33,8 +33,7 @@ "keywords": [

"scripts": {
"lint": "tslint -c ./tslint.json -p ./tsconfig.json",
"lint": "eslint . --ext .js,.ts",
"test": "jest",
"build": "tsc -p ./tsconfig.json",
"prepublishOnly": "npm run build",
"release": "standard-version",
"test": "nyc jasmine JASMINE_CONFIG_PATH=jasmine.json",
"posttest": "nyc report --reporter=json && codecov -f coverage/*.json",
"format": "prettier --write **/*.{js,ts}"

@@ -49,17 +48,17 @@ },

"@justinlettau/renovate-config": "^0.1.2",
"@justinlettau/tslint-config": "^0.1.0",
"@types/jasmine": "^3.5.10",
"@types/jest": "^26.0.15",
"@types/jsonwebtoken": "^8.3.8",
"@types/node-fetch": "^2.5.5",
"codecov": "^3.6.5",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"husky": "^4.2.3",
"jasmine": "^3.5.0",
"jest": "^26.6.3",
"nock": "^12.0.3",
"nyc": "^15.0.0",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.1",
"standard-version": "^7.1.0",
"ts-jest": "^26.4.4",
"ts-node": "^8.8.1",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"

@@ -66,0 +65,0 @@ },

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