umd-semver

5.5.1 • Public • Published

UMD version of npm/node-semver

This is a UMD (Universal module definition) version of the popular CommonJS module "umd-semver". It's meant to be used in the browser. If you need to run this in node.js environment, it's recommended using the original CommonJS version.

Installation

with npm, run: npm install umd-semver

Loading the module

There are two options for loading this module. Either you can use a AMD module loader (e.g. require.js), or you can just load it with a script tag. If you load it via script tag, then a global object "Semver" will be exported.

Usage

See here for API documentation and how to use this module.

Package Sidebar

Install

npm i umd-semver

Weekly Downloads

2

Version

5.5.1

License

MIT

Unpacked Size

47.7 kB

Total Files

4

Last publish

Collaborators

  • silkimen