simple-oauth2
Advanced tools
Comparing version 3.0.0 to 3.0.1
# Changelog | ||
## 3.0.1 | ||
### Publishing changes | ||
* [#273](https://github.com/lelylan/simple-oauth2/pull/273) Deprecate unsupported library versions | ||
## 3.0.0 | ||
@@ -4,0 +8,0 @@ ### Breaking changes |
{ | ||
"name": "simple-oauth2", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Node.js client for OAuth2", | ||
@@ -19,3 +19,3 @@ "author": "Andrea Reginato <andrea.reginato@gmail.com>", | ||
"engine": { | ||
"node": ">=8.0" | ||
"node": ">=8" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
@@ -56,6 +56,4 @@ # Simple OAuth2 | ||
The node client library is tested against the latest Node 8 LTS and newer versions. | ||
The node client library is tested against Node 8 LTS and newer versions. Older node versions are unsupported. | ||
To use in node 4, 5 or 6, please use [simple-oauth2@1.x](https://github.com/lelylan/simple-oauth2/tree/1.5.0). Older node versions are unsupported. | ||
## Getting started | ||
@@ -62,0 +60,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34753
0
339