Skip to content

rho-contracts/rho-cc-uri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.