debitoor / safe-json-stringifyLinks
A wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.
☆56Updated last year
Alternatives and similar repositories for safe-json-stringify
Users that are interested in safe-json-stringify are comparing it to the libraries listed below
Sorting:
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 5 years ago
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Node style HMAC for use in the browser, with native implementation in node☆61Updated 6 months ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Create and parse HTTP Content-Type header☆136Updated 2 weeks ago
- A simple and pragmatic library for testing Node.js console output.☆85Updated 2 years ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated 10 months ago
- Environment agnostic nextTick polyfill☆75Updated 4 years ago
- Delete a route in express at runtime.☆26Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Get the arguments of a function, arrow function, generator function, async function☆52Updated last year
- Write data to a random temporary file☆105Updated 11 months ago
- Wrapper around fs.watch that falls back to fs.watchFile☆54Updated 5 years ago
- Get locally or globally installation path of given package name.☆43Updated 2 years ago
- Check if function is an ES6 class.☆43Updated 5 years ago
- Safe, constant-time comparison of Buffers☆50Updated last year
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- An asynchronous middleware pattern☆27Updated last year
- Standard, framework-agnostic HTTP interfaces for JavaScript servers and clients☆41Updated last year
- Node.js object hash library with properties/arrays sorting to provide constant hashes. It also provides a method that returns sorted obje…☆89Updated 6 months ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆94Updated 2 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- Extra assertions on top of node's assert module☆121Updated 2 years ago
- Find the closest package.json file☆164Updated last month
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago