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 |
---|---|---|
janpot/escape-html-template-tag | A utility for escaping and formatting string literals in template tags to prevent XSS vulnerabilities | 31 |
ruimarinho/sql-tag | A template tag for generating parameterized SQL queries using ES2015 tagged template literals. | 35 |
patternhelloworld/url-knife | A JavaScript library to extract and decompose URLs in texts with robust patterns, including email addresses. | 341 |
pallets/markupsafe | Protects against injection attacks by safely escaping untrusted strings in HTML and XML markup | 636 |
dwisiswant0/galer | A tool to extract URLs from HTML attributes by crawling in and evaluating JavaScript | 253 |
mvdan/xurls | A tool to extract URLs from text using regular expressions in the Go programming language. | 1,187 |
polarspetroll/escapeapi | An API for escaping common types of user input to prevent security vulnerabilities | 13 |
ef4/ember-root-url | A helper to construct relative URLs from an application's root URL | 10 |
ruimarinho/sequelize-sql-tag | A template tag for generating parameterized SQL queries using Sequelize | 1 |
sindresorhus/escape-string-regexp | Escapes special characters in regular expressions to ensure safe string insertion | 582 |
ierror/django-js-reverse | Makes named URL handling in Django easy and non-intrusive from JavaScript | 538 |
simeg/urlsup | Tool to check URLs in files for validity by making GET requests and checking response status codes | 15 |
gesistsa/adar | A fast and compliant URL parser written in C++ | 26 |
anonrig/url-js | A high-performance URL parsing state machine implementation in Node.js | 165 |
expo/react-native-url-handler | Enables navigation to external URLs and handles in-app URL requests within a mobile application. | 36 |