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

@vercel/oidc

Package Overview
Dependencies
Maintainers
4
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.0.3
to
3.0.4
+6
-0
CHANGELOG.md
# @vercel/oidc
## 3.0.4
### Patch Changes
- Fix directory permissions so that files can be created under the OIDC data directory in linux ([#14214](https://github.com/vercel/vercel/pull/14214))
## 3.0.3

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

+2
-2

@@ -29,6 +29,6 @@ "use strict";

(0, import_vitest.test)("should match the default export", async () => {
(0, import_vitest.expect)(Object.keys(BrowserImports)).toStrictEqual(
Object.keys(DefaultImports)
(0, import_vitest.expect)(Object.keys(BrowserImports).sort()).toStrictEqual(
Object.keys(DefaultImports).sort()
);
});
});

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

const tokenJson = JSON.stringify(token);
fs.mkdirSync(path.dirname(tokenPath), { mode: 432, recursive: true });
fs.mkdirSync(path.dirname(tokenPath), { mode: 504, recursive: true });
fs.writeFileSync(tokenPath, tokenJson);

@@ -128,0 +128,0 @@ fs.chmodSync(tokenPath, 432);

@@ -20,3 +20,3 @@ {

},
"version": "3.0.3",
"version": "3.0.4",
"repository": {

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