Skip to content

refactor: Remove util.inherits #70 #109

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

Merged
merged 23 commits into from
Jun 8, 2023
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3a7e198
refactor: Remove util.inherits #70
Dec 18, 2021
9460888
refactor: Remove util.inherits #70
Dec 18, 2021
60afc18
refactor: Remove util.inherits #70
Dec 19, 2021
c73b5b2
change Object.assign to spread operator
Dec 19, 2021
1d7b401
captureStackTrace removed from OAuthError constructor
Dec 19, 2021
186d85f
fix super constructor call OAuthError
Dec 21, 2021
ab48e15
OAuthError unit test
Dec 21, 2021
c2e6409
revert package.json
Feb 1, 2022
6536fe2
Merge branch 'development-upstream' into development
Jul 22, 2022
bb96022
Merge branch 'development' into development
jankapunkt Mar 21, 2023
aa386b8
Merge pull request #184 from node-oauth/development
jankapunkt May 30, 2023
b500792
build(deps-dev): bump sinon from 13.0.1 to 15.1.0
dependabot[bot] May 30, 2023
4bcb34a
build(deps-dev): bump chai from 4.3.4 to 4.3.7
dependabot[bot] May 30, 2023
f9e53ef
Merge pull request #185 from node-oauth/dependabot/npm_and_yarn/sinon…
jankapunkt May 31, 2023
af84281
build(deps-dev): bump mocha from 9.2.2 to 10.2.0
dependabot[bot] May 31, 2023
d0446f4
Merge pull request #186 from node-oauth/dependabot/npm_and_yarn/mocha…
jankapunkt May 31, 2023
67340df
Merge pull request #187 from node-oauth/dependabot/npm_and_yarn/chai-…
jankapunkt May 31, 2023
b08dafe
build(deps-dev): bump eslint from 8.4.1 to 8.41.0
dependabot[bot] May 31, 2023
a03defc
Merge pull request #188 from node-oauth/dependabot/npm_and_yarn/eslin…
jankapunkt Jun 5, 2023
0ea263d
build(deps-dev): bump eslint from 8.41.0 to 8.42.0
dependabot[bot] Jun 5, 2023
4494564
Merge pull request #189 from node-oauth/dependabot/npm_and_yarn/eslin…
jankapunkt Jun 5, 2023
f2f6c21
Merge branch 'master' into development
jankapunkt Jun 6, 2023
e00a630
Update authorization-code-grant-type.js
jankapunkt Jun 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "8.4.1",
"mocha": "9.2.2",
"nyc": "15.1.0",
"sinon": "13.0.1"
"sinon": "15.1.0"
},
"license": "MIT",
"engines": {
Expand Down