Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trentm/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc4798169f9e0f181f8aa61905b88479badcd483
Choose a base ref
...
head repository: trentm/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e08c8680b8973b9e11a6bd88e21c82f68ce2ddbb
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 28, 2020

  1. Copy the full SHA
    ffeaab4 View commit details
  2. update devDeps to latest version; regen 'json_parse' with latest ugli…

    …fy-js version (tests still pass)
    trentm committed Aug 28, 2020
    Copy the full SHA
    27e1ad7 View commit details

Commits on Apr 26, 2021

  1. Fix Code injection in -d DELIM through use of eval (#150)

    Replace eval with JSON.parse
    
    This handles the code injection vuln in `-d DELIM`, but introduces a backward
    incompatibility because JSON escapes are a subset of JavaScript escapes.
    
    Co-authored-by: ready-research <72916209+ready-research@users.noreply.github.com>
    Refs: #148
    huntr.dev | the place to protect open source and ready-research authored Apr 26, 2021
    Copy the full SHA
    4114e32 View commit details
  2. Copy the full SHA
    4a69ea3 View commit details
  3. fix test suite for new '-d DELIM' tests for node >=12

    In node 12 the default Error `toString` changed to include
    the stack.
    trentm committed Apr 26, 2021
    Copy the full SHA
    0672aad View commit details

Commits on Apr 27, 2021

  1. 11.0.0

    trentm committed Apr 27, 2021
    Copy the full SHA
    e08c868 View commit details
Loading