Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs18
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
ca
/
File Content:
format.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toCertificateRequest = void 0; function toCertificateRequest(publicKey, challenge) { return { publicKey: { content: publicKey .export({ type: 'spki', format: 'der' }) .toString('base64'), }, signedEmailAddress: challenge.toString('base64'), }; } exports.toCertificateRequest = toCertificateRequest;
Submit
FILE
FOLDER
Name
Size
Permission
Action
verify
---
0755
format.d.ts
260 bytes
0644
format.js
460 bytes
0644
index.d.ts
527 bytes
0644
index.js
869 bytes
0644
N4ST4R_ID | Naxtarrr