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.4
Choose a head ref
  • 17 commits
  • 20 files changed
  • 8 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/upload/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

Commits on Dec 14, 2022

  1. build(deps): bump qs and formidable (#518)

    Bumps [qs](https://github.com/ljharb/qs) and [formidable](https://github.com/node-formidable/formidable). These dependencies needed to be updated together.
    
    Updates `qs` from 6.10.2 to 6.11.0
    - [Release notes](https://github.com/ljharb/qs/releases)
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.10.2...v6.11.0)
    
    Updates `formidable` from 2.0.1 to 2.1.1
    - [Release notes](https://github.com/node-formidable/formidable/releases)
    - [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/node-formidable/formidable/commits)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: indirect
    - dependency-name: formidable
      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 Dec 14, 2022
    Configuration menu
    Copy the full SHA
    94f1a3d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. build(deps): bump json5 from 2.2.0 to 2.2.3 (#520)

    Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.0...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      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 Jan 10, 2023
    Configuration menu
    Copy the full SHA
    eccc00e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#522)

    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1b449c4 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump cookiejar from 2.1.3 to 2.1.4 (#521)

    Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
    - [Release notes](https://github.com/bmeck/node-cookiejar/releases)
    - [Commits](https://github.com/bmeck/node-cookiejar/commits)
    
    ---
    updated-dependencies:
    - dependency-name: cookiejar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    64e527c View commit details
    Browse the repository at this point in the history
  3. chore(examples): add mqtt example (#523)

    Signed-off-by: Xavier Serrano <zombispormedio007@gmail.com>
    zombispormedio authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b374d9a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. fix: This fixes bug #525 where the browser version was breaking becua…

    …se of process not being found. (#526)
    
    fixes #525
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    e5ee836 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. chore: added the engines property to the package.json

    Signed-off-by: viraj-s15 <veer15102003@gmail.com>
    
    Co-authored-by: Lance Ball <lball@redhat.com>
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    2 people authored and lholmquist committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    bc3aaca View commit details
    Browse the repository at this point in the history
  2. chore: Typos

    Receive corrections
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    craigsdennis authored and lholmquist committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    953bc2a View commit details
    Browse the repository at this point in the history
  3. chore: release 6.0.3 (#524)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    78b8e0a View commit details
    Browse the repository at this point in the history
  4. 6.0.4

    lholmquist committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    870d211 View commit details
    Browse the repository at this point in the history
Loading