mathiasbynens / jsescLinks
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
☆790Updated 10 months ago
Alternatives and similar repositories for jsesc
Users that are interested in jsesc are comparing it to the libraries listed below
Sorting:
- node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.☆527Updated 5 months ago
- A cross-browser implementation of the new setImmediate API.☆1,303Updated last year
- a CSS selector compiler & engine☆589Updated this week
- Fast string hashing function for Node.JS.☆310Updated 5 years ago
- Fake setTimeout and friends (collectively known as "timers"). Useful in your JavaScript tests. Extracted from Sinon.JS☆847Updated last month
- A simple dependency graph for Node.js☆346Updated last year
- Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.☆370Updated 3 years ago
- Matches strings against configurable strings, globs, regular expressions, and/or functions☆401Updated 2 years ago
- JSDoc parser☆458Updated 6 years ago
- Checks the version of ES in JavaScript files with simple shell commands 🏆☆459Updated 5 years ago
- Node-API implementation of FarmHash, Google's family of high performance hash functions☆451Updated 3 weeks ago
- ECMAScript AST query library.☆872Updated 7 months ago
- Spec document for the 'browser' field in package.json☆442Updated 4 years ago
- ES6 polyfill vs. feature performance tests☆523Updated last year
- Implements the node.js require.resolve() algorithm☆788Updated last week
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆729Updated last month
- Tim Sort implementation for Node.js☆246Updated 5 years ago
- Escape RegExp special characters☆596Updated 5 months ago
- High-priority task queue for Node.js and browsers☆611Updated 3 years ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.☆588Updated 5 years ago
- Flattens the underlying C structures of a concatenated JavaScript string☆390Updated 3 years ago
- Load module from string☆298Updated 7 years ago
- Lean and configurable whitelist-oriented HTML sanitizer☆476Updated last year
- Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.☆827Updated 11 months ago
- Create a promise that can be canceled☆447Updated last month
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,144Updated last week
- An RFC 3986 compliant, scheme extendable URI parsing/validating/normalizing/resolving library for JavaScript☆314Updated last year
- An implementation of the WHATWG URL Standard in JavaScript☆404Updated last month
- Extract meaning from JS Errors☆482Updated 2 years ago