Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add safe eval for browser and eval option #185

Merged
merged 14 commits into from
May 5, 2024

Commits on Dec 23, 2022

  1. add safe eval for browser and evalType option

    update test html file to use compiled module
    
    update demo html file to include sample & prevent submit
    80avin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    f34e162 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    289afd8 View commit details
    Browse the repository at this point in the history
  2. add tests, types & readme

    80avin committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3f59301 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

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

Commits on Aug 4, 2023

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

Commits on Aug 5, 2023

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

Commits on Aug 6, 2023

  1. update jsonpath.d.ts

    80avin committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    de0566a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    1f9c7a3 View commit details
    Browse the repository at this point in the history
  2. add option ignoreEvalErrors

    `ignoreEvalErrors` can be used to supress errors in eval expressions. These errors are common because the expression might be suitable for a particular value but may give error on other values. For such scenarios, we expect it to match the passing values instead of crash entirely
    80avin committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a224458 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. complete test coverage & refactoring; set default value of ignoreEval…

    …Error=false to avoid test breaks
    80avin committed May 4, 2024
    Configuration menu
    Copy the full SHA
    b19b9c4 View commit details
    Browse the repository at this point in the history
  2. revert babel rename

    80avin committed May 4, 2024
    Configuration menu
    Copy the full SHA
    d34dcce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dcf489 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    983594b View commit details
    Browse the repository at this point in the history
  2. refactor: linting

    brettz9 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    cda7567 View commit details
    Browse the repository at this point in the history