url-regex-safe
Regular expression matching for URL's. Maintained, safe, and browser-friendly version of url-regex. Resolves CVE-2020-7661. Works in Node v10.12.0+ and browsers.
safe-regex-test
Give a regex, get a robust predicate function that tests it against a string.
safe-array-concat
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
safe-push-apply
Push an array of items into an array, while being robust against prototype modification