Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silkimen/umd-semver
https://github.com/silkimen/umd-semver
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/silkimen/umd-semver
- Owner: silkimen
- License: mit
- Created: 2017-04-10T14:21:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T12:44:10.000Z (about 6 years ago)
- Last Synced: 2024-10-08T05:04:41.415Z (29 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UMD version of [npm/node-semver](https://github.com/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](https://github.com/npm/node-semver) for API documentation and how to use this module.