🔒 Sanitize-SQL: Safeguard your DB with this nimble Node.js module against SQLi!
Fastest full featured PostgreSQL client for Node.js
micromark utility to sanitize urls
Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basis
Sanitize a string for use as a filename
rehype plugin to sanitize HTML
hast utility to sanitize nodes
TypeScript definitions for sanitize-html
Utilities for SQL instrumentations
A url sanitizer
Format whitespace in a SQL query to make it more readable
A simple and lightweight library for highlighting SQL queries written in pure JavaScript
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It is only 3.7mb gzipped.
A JavaScript library for connecting securely to your Cloud SQL instances
🛡️ Faster SQL escape and format for JavaScript (Node.js, Bun, and Deno).
A JS implementation of JSONPath with some additional operators
Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
Sanitize your express payload to prevent MongoDB operator injection.
SQL language support for the CodeMirror code editor
simple node sql parser
A TDS driver, for connecting to MS SQLServer databases.
Simple SQL escape and format for MySQL
Microsoft SQL Server client for Node.js.
Helper to sanitize mongodb queries against query selector injections
Backport #sanitize_sql_like method from Rails 4 for Rails 3. Sanitizes a string so that it is safe to use within an SQL LIKE statement.
Sanitize an sql order clause from tainted params
Sanitize and Execute your raw SQL queries in ActiveRecord and Rails with a much more intuitive and shortened syntax.
Duplicate a databse with sanitization options using SQL comments
Create well defined controller interfaces. Sanitize, coerce and constrain incoming parameters to safely populate data models, hold session state in URI variables across different locations, build SQL queries, apply ordering and offset/keyset pagination.
Create well defined controller interfaces. Sanitize, coerce and constrain incoming parameters to safely populate data models, hold session state in URI variables across different locations, build SQL queries, apply ordering and offset/keyset pagination.
Floating point ActiveRecord Models ordering for rich client apps heavily inspirated by Trello's ordering alorithm. ActiveRecordFlorder let client decide model's position in collection, normalize given value and resolve conflicts to keep your data clean. It's highly optimalized and generate as small SQL queries. The whole philosophy is to load and update as little records as possible so in 99% it runs just one SELECT and one UPDATE. In edge cases sanitization of all records happens and bring records back to the Garden of Eden state. It's implemented with both Rails and non-Rails apps in mind and highly configurable.