Socket
Socket
Sign inDemoInstall

openid-client

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openid-client - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

7

CHANGELOG.md

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

## [4.2.1](https://github.com/panva/node-openid-client/compare/v4.2.0...v4.2.1) (2020-10-27)
### Bug Fixes
* **typescript:** add state property to AuthorizationParameters ([#305](https://github.com/panva/node-openid-client/issues/305)) ([b9dfa60](https://github.com/panva/node-openid-client/commit/b9dfa6064d7823ab0bb3eed486a3a5c7ad452982)), closes [#304](https://github.com/panva/node-openid-client/issues/304)
## [4.2.0](https://github.com/panva/node-openid-client/compare/v4.1.1...v4.2.0) (2020-10-03)

@@ -7,0 +14,0 @@

12

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

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

"base64url": "^3.0.1",
"got": "^11.6.2",
"got": "^11.8.0",
"jose": "^2.0.2",

@@ -81,11 +81,11 @@ "lru-cache": "^6.0.0",

"chai": "^4.2.0",
"eslint": "^7.9.0",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.0",
"mocha": "^8.0.1",
"mocha": "^8.2.0",
"nock": "^13.0.2",
"nyc": "^15.1.0",
"readable-mock-req": "^0.2.2",
"sinon": "^9.0.0",
"sinon": "^9.2.0",
"timekeeper": "^2.2.0"

@@ -92,0 +92,0 @@ },

@@ -273,12 +273,2 @@ # openid-client

#### What's new in 3.x?
- Simplified API which consumes a lot of the common configuration issues
- New [documentation][documentation]
- Added support for mutual-TLS client authentication
- Added support for any additional token exchange parameters to support specifications such as
Resource Indicators
- Typed [errors][documentation-errors]
- TypeScript definitions
#### How to make the client send client_id and client_secret in the body?

@@ -285,0 +275,0 @@

@@ -113,2 +113,3 @@ /// <reference types="node" />

scope?: string;
state?: string;
ui_locales?: string;

@@ -115,0 +116,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