rho-cc-uri

2.0.0 • Public • Published

rho-cc-uri

Check URIs with rho-contracts.

Usage

You must use the Body Labs package, rho-contracts-fork:

  "dependencies": {
    "rho-contracts-fork": "^1.3.0"
  }
 
var cc = {};
 
cc.uri = require('rho-cc-uri');
 
// Does not throw.
cc.uri.check('https://foo/bar');
 
// Throws.
cc.uri.check('nope');

Installation

npm install rho-contracts-fork rho-cc-uri

Contribute

Pull requests welcome!

Support

If you are having issues, please let us know.

License

The project is licensed under the Mozilla Public License Version 2.0.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i rho-cc-uri

Weekly Downloads

0

Version

2.0.0

License

MPL-2.0

Last publish

Collaborators

  • gmarceau
  • paulmelnikow
  • qmaurmann