Socket
Socket
Sign inDemoInstall

openid-client

Package Overview
Dependencies
8
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.2 to 1.6.3

4

CHANGELOG.md

@@ -21,2 +21,6 @@ # openid-client CHANGELOG

## Version 1.6.0
### Version 1.6.3
- [DIFF](https://github.com/panva/node-openid-client/compare/v1.6.2...v1.6.3)
- bumped minimum node-jose version to cover http://blog.intothesymmetry.com/2017/03/critical-vulnerability-in-json-web.html
### Version 1.6.2

@@ -23,0 +27,0 @@ - [DIFF](https://github.com/panva/node-openid-client/compare/v1.6.1...v1.6.2)

7

package.json
{
"name": "openid-client",
"version": "1.6.2",
"version": "1.6.3",
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js servers, supports passportjs",

@@ -9,4 +9,3 @@ "main": "lib/index.js",

"test": "make test",
"lint": "eslint lib example test",
"lint-fix": "eslint lib example test --fix"
"lint": "eslint lib example test"
},

@@ -69,3 +68,3 @@ "repository": "panva/node-openid-client",

"lru-cache": "^4.0.1",
"node-jose": "^0.9.0",
"node-jose": "~0.9.3",
"oidc-token-hash": "^1.0.0",

@@ -72,0 +71,0 @@ "uuid": "^3.0.0"

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc