Home
last modified time | relevance | path

Searched refs:pickAlgorithm (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/ssri/lib/
Dindex.js56 this.algorithm = this.sri.pickAlgorithm(this.opts)
182 const algo = other.pickAlgorithm(opts, [this.algorithm])
325 const algo = other.pickAlgorithm(opts, Object.keys(this))
341 pickAlgorithm (opts, hashes) { method in Integrity
342 const pickAlgorithm = opts?.pickAlgorithm || getPrioritizedHash
350 return keys.reduce((acc, algo) => pickAlgorithm(acc, algo) || acc)
468 const algorithm = sri.pickAlgorithm(opts)
/third_party/node/deps/npm/node_modules/cacache/lib/content/
Dread.js111 const algo = sri.pickAlgorithm()
/third_party/node/deps/npm/node_modules/pacote/lib/
Dfetcher.js255 return this.integrity ? this.integrity.pickAlgorithm(this.opts)