Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-oauth2

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-oauth2 - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

CHANGELOG.md
# 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

4

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc