url-escape-tag
Url escaper
A utility function to safely escape url parameters for use in template literals
A template tag for escaping url parameters based on ES2015 tagged templates
14 stars
9 watching
2 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility for escaping and formatting string literals in template tags to prevent XSS vulnerabilities | 31 |
| A template tag for generating parameterized SQL queries using ES2015 tagged template literals. | 35 |
| A JavaScript library to extract and decompose URLs in texts with robust patterns, including email addresses. | 341 |
| Protects against injection attacks by safely escaping untrusted strings in HTML and XML markup | 637 |
| A tool to extract URLs from HTML attributes by crawling in and evaluating JavaScript | 255 |
| A tool to extract URLs from text using regular expressions in the Go programming language. | 1,193 |
| An API for escaping common types of user input to prevent security vulnerabilities | 13 |
| A helper to construct relative URLs from an application's root URL | 10 |
| A template tag for generating parameterized SQL queries using Sequelize | 1 |
| Escapes special characters in regular expressions to ensure safe string insertion | 584 |
| Makes named URL handling in Django easy and non-intrusive from JavaScript | 538 |
| Tool to check URLs in files for validity by making GET requests and checking response status codes | 15 |
| A fast and compliant URL parser written in C++ | 26 |
| A high-performance URL parsing state machine implementation in Node.js | 165 |
| Enables navigation to external URLs and handles in-app URL requests within a mobile application. | 36 |