freddy icon indicating copy to clipboard operation
freddy copied to clipboard

A simple JSON viewer

Results 8 freddy issues
Sort by recently updated
recently updated
newest added

Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 9.4.0. Release notes Sourced from electron's releases. electron v9.4.0 Release Notes for v9.4.0 Fixes Added Electron DLLs like libGLESv2.dll to symbol server. #26967 (Also in...

dependencies

Bumps [bl](https://github.com/rvagg/bl) from 1.2.1 to 1.2.3. Release notes Sourced from bl's releases. v1.2.2 use safe-buffer #51 Commits d69edfd 1.2.3 847473a test all branches 0bd87ec Fix unintialized memory access dc097f3 test...

dependencies

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits fee31c5 0.0.6 2f4a9d4 Merge pull request #9 from mhart/fix-buffer-constructor-vuln afbc744 Ensure data is not a number in Buffer constructor See full diff in...

dependencies

Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1. Release notes Sourced from dot-prop's releases. v4.2.1 Backport https://github.com/sindresorhus/dot-prop/commit/3039c8c07f6fdaa8b595ec869ae0895686a7a0f2 to the v4.x release line. Commits c914124 feat: patch 4.2.0 with fixes for CVE-2020-8116 See...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.2 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [macaddress](https://github.com/scravy/node-macaddress) from 0.2.8 to 0.2.9. Release notes Sourced from macaddress's releases. v0.2.9 Fixes an arbitrary command execution vulnerability (scravy/node-macaddress#16) Adds support for freebsd Fixes a few typos Commits 3379146...

dependencies

Mostly use it for formatting python dicts. It would be cool if it could single quotes as well.

Hi @dope! I love the simplicity and ease-of-use of this tool. ## The Problem I'm looking to paste a json object from my JavaScript environment and visualize that here. Unfortunately,...