-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: cloudevents/sdk-javascript
base: v6.0.2
head repository: cloudevents/sdk-javascript
compare: v6.0.4
- 17 commits
- 20 files changed
- 8 contributors
Commits on Jun 22, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for ea94a4d - Browse repository at this point
Copy the full SHA ea94a4dView commit details
Commits on Sep 2, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for c282922 - Browse repository at this point
Copy the full SHA c282922View commit details
Commits on Oct 19, 2022
-
chore: bump webpack to 5.74.0 (#509)
Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 760a024 - Browse repository at this point
Copy the full SHA 760a024View commit details
Commits on Oct 24, 2022
-
chore: bump mocha to 10.1.0 (#512)
Duplicates #510 Severity | Priority Score (*) | Issue | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------  | **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>
Configuration menu - View commit details
-
Copy full SHA for 4831e6a - Browse repository at this point
Copy the full SHA 4831e6aView commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c09a9cc - Browse repository at this point
Copy the full SHA c09a9ccView commit details
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2d5fab1 - Browse repository at this point
Copy the full SHA 2d5fab1View commit details
Commits on Nov 8, 2022
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3619ef2 - Browse repository at this point
Copy the full SHA 3619ef2View commit details
Commits on Dec 14, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 94f1a3d - Browse repository at this point
Copy the full SHA 94f1a3dView commit details
Commits on Jan 10, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for eccc00e - Browse repository at this point
Copy the full SHA eccc00eView commit details
Commits on Feb 6, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1b449c4 - Browse repository at this point
Copy the full SHA 1b449c4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 64e527c - Browse repository at this point
Copy the full SHA 64e527cView commit details -
chore(examples): add mqtt example (#523)
Signed-off-by: Xavier Serrano <zombispormedio007@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b374d9a - Browse repository at this point
Copy the full SHA b374d9aView commit details
Commits on Feb 12, 2023
-
fix: This fixes bug #525 where the browser version was breaking becua…
Configuration menu - View commit details
-
Copy full SHA for e5ee836 - Browse repository at this point
Copy the full SHA e5ee836View commit details
Commits on Feb 16, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for bc3aaca - Browse repository at this point
Copy the full SHA bc3aacaView commit details -
Receive corrections Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 953bc2a - Browse repository at this point
Copy the full SHA 953bc2aView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 78b8e0a - Browse repository at this point
Copy the full SHA 78b8e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 870d211 - Browse repository at this point
Copy the full SHA 870d211View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.2...v6.0.4