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

passport-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-oauth2 - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

8

CHANGELOG.md

@@ -9,2 +9,8 @@ # Changelog

## [1.8.0] - 2024-02-02
### Fixed
- Fixed intermittent "Failed to obtain access token" error by updating `oauth`
dependency from 0.9.x to 0.10.x. This error seems to occur more frequently on
fast connections which get reset after receiving an access token response.
## [1.7.0] - 2023-03-02

@@ -31,2 +37,2 @@ ### Added

[Unreleased]: https://github.com/jaredhanson/passport-oauth2/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/authnomicon/federated/compare/v1.6.1...v1.7.0
[1.7.0]: https://github.com/jaredhanson/passport-oauth2/compare/v1.6.1...v1.7.0

4

package.json
{
"name": "passport-oauth2",
"version": "1.7.0",
"version": "1.8.0",
"description": "OAuth 2.0 authentication strategy for Passport.",

@@ -41,3 +41,3 @@ "keywords": [

"base64url": "3.x.x",
"oauth": "0.9.x",
"oauth": "0.10.x",
"passport-strategy": "1.x.x",

@@ -44,0 +44,0 @@ "uid2": "0.0.x",

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