oidc-token-hash
Advanced tools
Comparing version 3.0.0 to 3.0.1
const assert = require('assert'); | ||
const { createHash } = require('crypto'); | ||
const base64url = require('base64-url'); | ||
const base64url = require('base64url'); | ||
@@ -5,0 +5,0 @@ /** SPECIFICATION |
{ | ||
"name": "oidc-token-hash", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Create and validate ID Token hashes from OpenID Connect providers.", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"base64-url": "^2.2.0" | ||
"base64url": "^3.0.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
@@ -30,2 +30,3 @@ # oidc-token-hash | ||
## Changelog | ||
- 3.0.1 - `base64url` comeback | ||
- 3.0.0 - drop lts/4 support, replace base64url dependency | ||
@@ -32,0 +33,0 @@ - 2.0.0 - rather then assuming the alg based on the hash length `#valid()` now requires a third |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12667
40
+ Addedbase64url@^3.0.0
+ Addedbase64url@3.0.1(transitive)
- Removedbase64-url@^2.2.0
- Removedbase64-url@2.3.3(transitive)