Skip to content

Commit b777883

Browse files
authored
Merge pull request #622 from oauthjs/fix/update-v3-strategy
This rolls back mocha and sinon to the last release that support node v4, which allows us to keep testing against node v4 in our v3 release line. This mocha version does contain a vulnerability, however as this is only used for testing this package will not be installed for users of this library and so will not expose any risk (and should not be flagged to users running npm audit)
2 parents 3dc1843 + 2ee2fdc commit b777883

File tree

4 files changed

+95
-829
lines changed

4 files changed

+95
-829
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: node_js
22

33
node_js:
4+
- 4
5+
- 6
6+
- 8
47
- 10
58
- 12
69
- 13

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This project is seeking maintainers and reviewers
2-
3-
## The currently released version is now significantly out of date. The project has been rewritten in typescript ([#564](https://github.com/oauthjs/node-oauth2-server/pull/564)), we're now working in the [v5-dev](https://github.com/oauthjs/node-oauth2-server/tree/v5-dev) branch and we're seeking further review, testing and documentation - any help with this popular project would be hugely appreciated, anyone providing consistent help will be promoted to collaborator.
41

52
# oauth2-server
63

@@ -12,6 +9,7 @@
129

1310
Complete, compliant and well tested module for implementing an OAuth2 server in [Node.js](https://nodejs.org).
1411

12+
Note: After a period of hiatus, this project is now back under active maintenance. Dependencies have been updated and bug fixes will land in v3 (current master). v4 will be _mostly backwards compatible_ with no code changes required for users using a supported node release. More details in [#621](https://github.com/oauthjs/node-oauth2-server/issues/621).
1513

1614
## Installation
1715

0 commit comments

Comments
 (0)