Thanks to visit codestin.com
Credit goes to github.com

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: jsvine/notebookjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: jsvine/notebookjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 19, 2024

  1. Switch To escapeHTML for text-output

    For text output you expect the raw text.
    For example, an output like
    <result> should return that text,
    and not be interpreted as HTML
    Roman Stoffel committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    824f635 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from roman-mibex-2/render-text-output-as-text-…

    …up-stream
    
    Switch To escapeHTML for text-output
    jsvine authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    97fd025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27c5e7f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Fix XSS / Merge Error

    The indent was to fix the XSS in display.latex
    function. However, while reworking the pull request,
    the original line didn't get removed, still leaving the
    XSS vulnerability.
    
    Remove the .innerHTML as intended
    Roman Stoffel committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e07f511 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge pull request #52 from roman-mibex-2/fix-merge-error

    Fix XSS / Merge Error
    jsvine authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a82665c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18929f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. failover to globalThis

    kurmasz committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f78d95f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    20b8374 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Merge pull request #55 from kurmasz/zk_use_globalThis

    failover to globalThis
    jsvine authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    964ac69 View commit details
    Browse the repository at this point in the history
  2. Bump to v0.8.3

    jsvine committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    fb05a45 View commit details
    Browse the repository at this point in the history
Loading