Sha256: 202467005e522b35ce855a948e615c55a9345dbe6284240e8961ced00ed70604

Contents?: true

Size: 468 Bytes

Versions: 66

Compression:

Stored size: 468 Bytes

Contents

// Note: this is the semver.org version of the spec that it implements
// Not necessarily the package version of this code.
const SEMVER_SPEC_VERSION = '2.0.0'

const MAX_LENGTH = 256
const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||
  /* istanbul ignore next */ 9007199254740991

// Max safe segment length for coercion.
const MAX_SAFE_COMPONENT_LENGTH = 16

module.exports = {
  SEMVER_SPEC_VERSION,
  MAX_LENGTH,
  MAX_SAFE_INTEGER,
  MAX_SAFE_COMPONENT_LENGTH
}

Version data entries

66 entries across 50 versions & 9 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/core-js-compat/node_modules/semver/internal/constants.js
optimacms-0.1.61 spec/dummy/node_modules/css-loader/node_modules/semver/internal/constants.js
decidim-0.27.1 packages/webpacker/node_modules/semver/internal/constants.js
decidim-0.26.4 packages/webpacker/node_modules/semver/internal/constants.js
decidim-0.27.0 packages/webpacker/node_modules/semver/internal/constants.js
decidim-0.26.3 packages/webpacker/node_modules/semver/internal/constants.js
decidim-0.27.0.rc2 packages/webpacker/node_modules/semver/internal/constants.js
decidim-0.27.0.rc1 packages/webpacker/node_modules/semver/internal/constants.js
appmap-0.72.2 ./node_modules/semver/internal/constants.js
appmap-0.72.1 ./node_modules/semver/internal/constants.js
appmap-0.72.0 ./node_modules/semver/internal/constants.js
appmap-0.71.0 ./node_modules/semver/internal/constants.js
disco_app-0.16.1 test/dummy/node_modules/@npmcli/fs/node_modules/semver/internal/constants.js
disco_app-0.16.1 test/dummy/node_modules/core-js-compat/node_modules/semver/internal/constants.js
disco_app-0.16.1 test/dummy/node_modules/sass-loader/node_modules/semver/internal/constants.js
appmap-0.70.2 ./node_modules/semver/internal/constants.js
appmap-0.70.1 ./node_modules/semver/internal/constants.js
appmap-0.70.0 ./node_modules/semver/internal/constants.js
appmap-0.69.0 ./node_modules/semver/internal/constants.js
appmap-0.68.2 ./node_modules/semver/internal/constants.js