| OLD | NEW |
| 1 Name: JSON.minify | 1 Name: JSON.minify |
| 2 URL: https://github.com/getify/JSON.minify | 2 URL: https://github.com/getify/JSON.minify |
| 3 and also https://github.com/kitcambridge/JSON.minify | 3 and also https://github.com/kitcambridge/JSON.minify |
| 4 Version: 0.1 | 4 Version: 0.1 |
| 5 License: MIT License | 5 License: MIT License |
| 6 License file: https://github.com/getify/JSON.minify/blob/master/README.txt | |
| 7 (README has license info) | |
| 8 Security Critical: no | 6 Security Critical: no |
| 9 | 7 |
| 10 Description: | 8 Description: |
| 11 A set of scripts that remove comments and whitespace from JSON files. | 9 A set of scripts that remove comments and whitespace from JSON files. |
| 12 | 10 |
| 13 Local Modifications: | 11 Local Modifications: |
| 14 - Got the (much faster) json-minify-sans-regexp.js file from the second | 12 - Got the (much faster) json-minify-sans-regexp.js file from the second |
| 15 URL listed | 13 URL listed |
| 16 - Removed minify_json.py, it is crazy slow. See commit for replacement. | 14 - Removed minify_json.py, it is crazy slow. See commit for replacement. |
| OLD | NEW |