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 3.14.1 to 3.14.2

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

## [3.14.2](https://github.com/panva/node-openid-client/compare/v3.14.1...v3.14.2) (2020-04-07)
### Bug Fixes
* **typescript:** add options arg to TypeOfGenericClient ([b97b028](https://github.com/panva/node-openid-client/commit/b97b0288d5d79f25cad3d0009212878c5d42a2e0))
## [3.14.1](https://github.com/panva/node-openid-client/compare/v3.14.0...v3.14.1) (2020-03-21)

@@ -7,0 +16,0 @@

2

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

@@ -5,0 +5,0 @@ "keywords": [

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

export interface TypeOfGenericClient<TClient extends Client> {
new (metadata: ClientMetadata, jwks?: JSONWebKeySet): TClient;
new (metadata: ClientMetadata, jwks?: JSONWebKeySet, options?: ClientOptions): TClient;
[custom.http_options]: CustomHttpOptionsProvider;

@@ -513,0 +513,0 @@ [custom.clock_tolerance]: number;

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