@vercel/oidc
Advanced tools
+6
-0
| # @vercel/oidc | ||
| ## 3.2.1 | ||
| ### Patch Changes | ||
| - Pin `typedoc-plugin-markdown` to `3.15.2` and `typedoc-plugin-mdn-links` to `3.0.3` to match the version used by `@vercel/edge`. The previous `4.1.2` version requires `typedoc@0.26.x` as a peer dependency but was paired with `typedoc@0.24.6`, which caused CI failures whenever pnpm hoisted the 4.x plugin (the plugin calls `app.internationalization.addTranslations`, which does not exist in typedoc 0.24). The choice of which plugin version got hoisted was non-deterministic, which is why the failure appeared as flaky `Build @vercel/<pkg>` steps in CI. ([#16072](https://github.com/vercel/vercel/pull/16072)) | ||
| ## 3.2.0 | ||
@@ -4,0 +10,0 @@ |
@@ -59,3 +59,3 @@ "use strict"; | ||
| return JSON.parse(content); | ||
| } catch (error) { | ||
| } catch (_error) { | ||
| return null; | ||
@@ -62,0 +62,0 @@ } |
+1
-1
@@ -49,3 +49,3 @@ "use strict"; | ||
| } | ||
| } catch (e) { | ||
| } catch (_e) { | ||
| throw new import_token_error.VercelOidcTokenError( | ||
@@ -52,0 +52,0 @@ "Token refresh only supported in node server environments" |
+3
-3
@@ -20,3 +20,3 @@ { | ||
| }, | ||
| "version": "3.2.0", | ||
| "version": "3.2.1", | ||
| "repository": { | ||
@@ -33,4 +33,4 @@ "directory": "packages/oidc", | ||
| "typedoc": "0.24.6", | ||
| "typedoc-plugin-markdown": "4.1.2", | ||
| "typedoc-plugin-mdn-links": "3.2.3", | ||
| "typedoc-plugin-markdown": "3.15.2", | ||
| "typedoc-plugin-mdn-links": "3.0.3", | ||
| "typescript": "4.9.5", | ||
@@ -37,0 +37,0 @@ "vitest": "2.0.1" |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
105370
0.62%