Skip to content

Commit 23a7497

Browse files
committed
add badge
1 parent af202e7 commit 23a7497

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/api/loaders.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,24 +393,32 @@ module.exports = function (source) {
393393
394394
`string`
395395
396+
<Badge text="5.95.0+" />
397+
396398
The encoding to use when generating the hash. See [output.hashDigest](/configuration/output/#outputhashdigest).
397399
398400
### this.hashDigestLength
399401
400402
`number`
401403
404+
<Badge text="5.95.0+" />
405+
402406
The prefix length of the hash digest to use. See [output.hashDigestLength](/configuration/output/#outputhashdigestlength).
403407
404408
### this.hashFunction
405409
406410
`string` `function`
407411
412+
<Badge text="5.95.0+" />
413+
408414
The hashing algorithm to use. See [output.hashFunction](/configuration/output/#outputhashfunction).
409415
410416
### this.hashSalt
411417
412418
`string`
413419
420+
<Badge text="5.95.0+" />
421+
414422
An optional salt to update the hash via Node.JS' [`hash.update`](https://nodejs.org/api/crypto.html#crypto_hash_update_data_inputencoding). See [output.hashSalt](/configuration/output/#outputhashsalt).
415423
416424
### this.importModule

0 commit comments

Comments
 (0)