OLD | NEW |
(Empty) | |
| 1 Name: url.js |
| 2 URLs: |
| 3 https://github.com/joyent/node/blob/master/lib/url.js |
| 4 https://github.com/joyent/node/blob/master/lib/util.js |
| 5 https://github.com/joyent/node/blob/master/lib/querystring.js |
| 6 https://github.com/bestiejs/punycode.js |
| 7 Version: Current versions on 1/13/2015 |
| 8 License: url.js, util.js, querystring.js - see source code, punycode.js - MIT |
| 9 Security Critical: yes |
| 10 |
| 11 Description: |
| 12 A JavaScript URL class, see |
| 13 https://github.com/joyent/node/blob/master/doc/api/url.markdown |
| 14 |
| 15 Local Modifications: |
| 16 AMD style module definitions for all files. Revised the Url constructor. |
| 17 |
| 18 |
OLD | NEW |