🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@vercel/oidc

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/oidc - npm Package Compare versions

Comparing version
3.2.0
to
3.2.1
+6
-0
CHANGELOG.md
# @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 @@

+1
-1

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

return JSON.parse(content);
} catch (error) {
} catch (_error) {
return null;

@@ -62,0 +62,0 @@ }

@@ -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"

@@ -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"