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.1.0 to 4.1.1

7

CHANGELOG.md

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

## [4.1.1](https://github.com/panva/node-openid-client/compare/v4.1.0...v4.1.1) (2020-09-14)
### Bug Fixes
* **typescript:** ts module interop issues with default export ([6ca57d0](https://github.com/panva/node-openid-client/commit/6ca57d0ef08c188c1da7f3c980b74ba3abf33966)), closes [#291](https://github.com/panva/node-openid-client/issues/291)
## [4.1.0](https://github.com/panva/node-openid-client/compare/v4.0.2...v4.1.0) (2020-09-11)

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

10

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

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

"got": "^11.6.2",
"jose": "^2.0.1",
"jose": "^2.0.2",
"lru-cache": "^6.0.0",

@@ -77,7 +77,7 @@ "make-error": "^1.3.6",

"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/passport": "^1.0.4",
"chai": "^4.2.0",
"eslint": "^7.8.1",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",

@@ -84,0 +84,0 @@ "eslint-plugin-import": "^2.21.2",

@@ -12,4 +12,4 @@ /// <reference types="node" />

import { URL } from 'url';
import jose from 'jose';
import crypto from 'crypto';
import * as jose from 'jose';
import * as crypto from 'crypto';

@@ -16,0 +16,0 @@ export type HttpOptions = GotOptions;

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