Sha256: 28c0ddac5cda2bc017680c2764c5597a2296e6ddd6f8b81a8790f7bb2d34c69b

Contents?: true

Size: 750 Bytes

Versions: 35

Compression:

Stored size: 750 Bytes

Contents

'use strict'

const contentVer = require('../../package.json')['cache-version'].content
const hashToSegments = require('../util/hash-to-segments')
const path = require('path')
const ssri = require('ssri')

// Current format of content file path:
//
// sha512-BaSE64Hex= ->
// ~/.my-cache/content-v2/sha512/ba/da/55deadbeefc0ffee
//
module.exports = contentPath
function contentPath (cache, integrity) {
  const sri = ssri.parse(integrity, { single: true })
  // contentPath is the *strongest* algo given
  return path.join.apply(path, [
    contentDir(cache),
    sri.algorithm
  ].concat(hashToSegments(sri.hexDigest())))
}

module.exports._contentDir = contentDir
function contentDir (cache) {
  return path.join(cache, `content-v${contentVer}`)
}

Version data entries

35 entries across 25 versions & 8 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
disco_app-0.18.0 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
disco_app-0.18.0 test/dummy/node_modules/cacache/lib/content/path.js
disco_app-0.18.2 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
disco_app-0.18.2 test/dummy/node_modules/cacache/lib/content/path.js
disco_app-0.16.1 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
disco_app-0.15.2 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
disco_app-0.18.4 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
disco_app-0.18.1 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
disco_app-0.14.0 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/content/path.js
tang-0.2.1 spec/tang_app/node_modules/webpack/node_modules/cacache/lib/content/path.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/webpack/node_modules/cacache/lib/content/path.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/webpack/node_modules/cacache/lib/content/path.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/webpack/node_modules/cacache/lib/content/path.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/webpack/node_modules/cacache/lib/content/path.js
tang-0.2.0 spec/tang_app/node_modules/webpack/node_modules/cacache/lib/content/path.js
tang-0.1.0 spec/tang_app/node_modules/webpack/node_modules/cacache/lib/content/path.js
tang-0.0.9 spec/tang_app/node_modules/webpack/node_modules/cacache/lib/content/path.js