mathiasbynens / jsescLinks
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
☆792Updated 9 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.☆525Updated 3 months ago
- Spec document for the 'browser' field in package.json☆440Updated 4 years ago
- Checks the version of ES in JavaScript files with simple shell commands 🏆☆459Updated 4 years ago
- A cross-browser implementation of the new setImmediate API.☆1,300Updated 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
- Promisify an event by waiting for it to be emitted☆436Updated last week
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Matches strings against configurable strings, globs, regular expressions, and/or functions☆401Updated 2 years ago
- JSDoc parser☆457Updated 6 years ago
- Implements the node.js require.resolve() algorithm☆787Updated 2 months ago
- Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.☆367Updated 3 years ago
- Extract meaning from JS Errors☆482Updated 2 years ago
- Throttle a collection of promise returning functions☆484Updated 2 years ago
- Fake setTimeout and friends (collectively known as "timers"). Useful in your JavaScript tests. Extracted from Sinon.JS☆845Updated last month
- Lean and configurable whitelist-oriented HTML sanitizer☆473Updated last year
- Promisify a callback-style function☆1,507Updated 3 years ago
- Node.js implementation of FarmHash, Google's family of high performance hash functions☆452Updated 2 months ago
- An optimized JavaScript implementation of the MurmurHash algorithms.☆529Updated 2 years ago
- An implementation of the WHATWG URL Standard in JavaScript☆403Updated this week
- Strip comments from JSON. Lets you use comments in your JSON files!☆617Updated last month
- Escape RegExp special characters☆595Updated 4 months ago
- Like JSON.stringify, but doesn't throw on circular references☆553Updated last year
- Fast string hashing function for Node.JS.☆311Updated 5 years ago
- a CSS selector compiler & engine☆586Updated this week
- Tim Sort implementation for Node.js☆245Updated 5 years ago
- Simple “Least Recently Used” (LRU) cache☆721Updated this week
- Tiny JavaScript tokenizer.☆524Updated 3 months ago
- Webpack plugin for enabling Subresource Integrity.☆369Updated last year
- Create a promise that can be canceled☆445Updated last week
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,125Updated 7 months ago