Searched refs:bundle_1 (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/ |
H A D | index.js | 22 var bundle_1 = require("./bundle"); variable 23 Object.defineProperty(exports, "BUNDLE_V01_MEDIA_TYPE", { enumerable: true, get: function () { return bundle_1.BUNDLE_V01_MEDIA_TYPE; } }); 24 Object.defineProperty(exports, "BUNDLE_V02_MEDIA_TYPE", { enumerable: true, get: function () { return bundle_1.BUNDLE_V02_MEDIA_TYPE; } }); 25 Object.defineProperty(exports, "BUNDLE_V03_MEDIA_TYPE", { enumerable: true, get: function () { return bundle_1.BUNDLE_V03_MEDIA_TYPE; } }); 26 Object.defineProperty(exports, "isBundleWithCertificateChain", { enumerable: true, get: function () { return bundle_1.isBundleWithCertificateChain; } }); 27 Object.defineProperty(exports, "isBundleWithDsseEnvelope", { enumerable: true, get: function () { return bundle_1.isBundleWithDsseEnvelope; } }); 28 Object.defineProperty(exports, "isBundleWithMessageSignature", { enumerable: true, get: function () { return bundle_1.isBundleWithMessageSignature; } }); 29 Object.defineProperty(exports, "isBundleWithPublicKey", { enumerable: true, get: function () { return bundle_1.isBundleWithPublicKey; } });
|
H A D | build.js | 20 const bundle_1 = require("./bundle"); 24 mediaType: bundle_1.BUNDLE_V02_MEDIA_TYPE, 42 mediaType: bundle_1.BUNDLE_V02_MEDIA_TYPE,
|
/third_party/node/deps/npm/node_modules/sigstore/dist/ |
H A D | sigstore.js | 42 const bundle_1 = require("@sigstore/bundle"); 51 return (0, bundle_1.bundleToJSON)(bundle); 59 return (0, bundle_1.bundleToJSON)(bundle); 96 const deserializedBundle = (0, bundle_1.bundleFromJSON)(bundle);
|
H A D | index.js | 19 var bundle_1 = require("@sigstore/bundle"); variable 20 Object.defineProperty(exports, "ValidationError", { enumerable: true, get: function () { return bundle_1.ValidationError; } });
|
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/ |
H A D | dsse.js | 21 const bundle_1 = require("./bundle"); 35 return (0, bundle_1.toDSSEBundle)(artifactDefaults(artifact), signature);
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/ |
H A D | index.js | 20 var bundle_1 = require("./bundle"); variable 21 Object.defineProperty(exports, "toSignedEntity", { enumerable: true, get: function () { return bundle_1.toSignedEntity; } });
|
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tlog/ |
H A D | entry.js | 19 const bundle_1 = require("@sigstore/bundle"); 64 const envelopeJSON = JSON.stringify((0, bundle_1.envelopeToJSON)(envelope));
|
Completed in 2 milliseconds