A full version history of the angular-sanitize package with size, number of distributed files and dependency evolution.
Angular Sanitize, a crucial module for AngularJS applications, ensures secure handling of HTML content by preventing cross-site scripting (XSS) vulnerabilities. Its version history, meticulously documented in the npm registry, showcases a commitment to ongoing maintenance and improvement. Starting with the initial version 0.0.1 in February 2014, the module rapidly evolved through the 1.2.x and 1.3.x series, refining its sanitization capabilities. The 1.4.x, 1.5.x, 1.6.x, and 1.7.x releases further optimized its performance and security features.
Notably, the shift in repository URL from https://github.com/angular/angular.js.git to git+https://github.com/angular/angular.js.git around version 1.4.11 reflects updates in how the repository connection was handled. The latest versions, 1.8.x, demonstrate continued support for AngularJS, even as the framework has transitioned to Angular. The consistent "AngularJS module for sanitizing HTML" description across versions emphasizes the module's core function, while the MIT license promotes open-source usage. Regular updates, even years after initial releases, reflect the Angular Core Team's dedication to maintaining a secure and reliable sanitization solution for AngularJS developers.