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

@vercel/oidc

Package Overview
Dependencies
Maintainers
8
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
2.0.1
to
2.0.2
+6
-0
CHANGELOG.md
# @vercel/oidc
## 2.0.2
### Patch Changes
- fix "Cannot find module" error caused by dynamically importing files without their extensions ([#13815](https://github.com/vercel/vercel/pull/13815))
## 2.0.1

@@ -4,0 +10,0 @@

+2
-2

@@ -47,4 +47,4 @@ "use strict";

const [{ getTokenPayload, isExpired }, { refreshToken }] = await Promise.all([
await import("./token-util"),
await import("./token")
await import("./token-util.js"),
await import("./token.js")
]);

@@ -51,0 +51,0 @@ if (!token || isExpired(getTokenPayload(token))) {

@@ -17,3 +17,3 @@ {

},
"version": "2.0.1",
"version": "2.0.2",
"repository": {

@@ -20,0 +20,0 @@ "directory": "packages/oidc",