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: v4.0.0
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: v4.0.1
Choose a head ref
  • 10 commits
  • 11 files changed
  • 6 contributors

Commits on Jan 4, 2021

  1. chore(docs): Fix minor import problems in README (#374)

    Signed-off-by: Ali Ok <aliok@redhat.com>
    aliok authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    ed81483 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump ini from 1.3.5 to 1.3.7 (#373)

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.7)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    8243fa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. fix: examples/websocket/package.json to reduce vulnerabilities (#375)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    snyk-bot authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2b1e1ec View commit details
    Browse the repository at this point in the history
  2. [Snyk] Security upgrade cloudevents from 3.1.0 to 4.0.0 (#377)

    * fix: examples/typescript-ex/package.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255
    
    * chore: update example to use the 4.0 API
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    
    Co-authored-by: Lucas Holmquist <lholmqui@redhat.com>
    snyk-bot and lholmquist authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f851406 View commit details
    Browse the repository at this point in the history
  3. fix: cloudevents from 3.2.0 to 4.0.0 (#376)

    * fix: examples/express-ex/package.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255
    
    * fix(examples): remove the body-parser module.
    
    * When a structured formatted CloudEvent comes in, the body parser module does know how to parse it since the content type is not application/json, which resulted in an empty request body
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    
    Co-authored-by: Lucas Holmquist <lholmqui@redhat.com>
    snyk-bot and lholmquist authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6be3b27 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. fix: Emitter should not extend EventEmitter

    This change modifies Emitter so that it does not directly extend the Node.js
    EventEmitter class. Instead, it holds a singleton instance of an EventEmitter
    but is not an instance of EventEmitter itself.
    
    This commit also updates the typescript example to use a modern version of
    @types/node and typescript.
    
    Finally there are a few minor formatting changes picked up by eslint.
    
    Fixes: #385
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    1af3d43 View commit details
    Browse the repository at this point in the history
  2. fixup: incorporate review comments

    Signed-off-by: Lance Ball <lball@redhat.com>
    lance committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    b006b90 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. test: add a test for extension names with all caps. (#389)

    See: #380
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    e7d99eb View commit details
    Browse the repository at this point in the history
  2. fix: package.json & package-lock.json to reduce vulnerabilities (#384)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-MARKED-1070800
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    lance and snyk-bot authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    39812f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. chore: release 4.0.1 (#378)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    93f0213 View commit details
    Browse the repository at this point in the history
Loading