How to use normalize-node-version - 1 common examples

To help you get started, we’ve selected a few normalize-node-version examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ehmicky / nve / src / dry.js View on Github external
const getVersion = function(versionRange, opts) {
  return normalizeNodeVersion(versionRange, { ...opts, cache: false })
}

normalize-node-version

Normalize and validate Node.js versions

Apache-2.0
Latest version published 6 months ago

Package Health Score

67 / 100
Full package analysis

Popular normalize-node-version functions