8000 Comparing v6.0.2...v6.0.3 · cloudevents/sdk-javascript · GitHub
[go: up one dir, main page]

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: cloudevents/sdk-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: cloudevents/sdk-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.3
Choose a head ref
  • 7 commits
  • 14 files changed
  • 4 contributors

Commits on Jun 22, 2022

  1. fix: improve validation on extension attribute (#502)

    * fix: improve validation on extension attribute
    
    Fixes: #500
    
    Adds a regular expression check to the attribute name validation code to
    ensure that attribute names only use a-z0-9 (except for `data_base64`,
    which apparently is an exception to the rule.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ea94a4d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. build(deps): bump terser from 5.10.0 to 5.14.2 (#505)

    Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c282922 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. chore: bump webpack to 5.74.0 (#509)

    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    760a024 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. chore: bump mocha to 10.1.0 (#512)

    Duplicates #510
    
    Severity                   | Priority Score (*)                   | Issue                   | Breaking Change                   | Exploit Maturity
    :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------
    ![high severity](https://res.cloudinary.com/snyk/image/up
    8000
    load/w_20,h_20/v1561977819/icon/h.png "high severity")  |  **589/1000**  <br/> **Why?** Has a fix available, CVSS 7.5  | Regular Expression Denial of Service (ReDoS) <br/>[SNYK-JS-MOCHA-2863123](https://snyk.io/vuln/SNYK-JS-MOCHA-2863123) |  Yes  | No Known Exploit
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    4831e6a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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

Commits on Nov 1, 2022

  1. fix: Make CloudEvent data field immutable and enumerable using Object…

    ….keys() (#515) (#516)
    
    Signed-off-by: Philip Sanetra <code@psanetra.de>
    PSanetra authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    2d5fab1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. chore: release 6.0.3 (#503)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3619ef2 View commit details
    Browse the repository at this point in the history
Loading
0