openid-client
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -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 @@ |
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170513
Updatedjose@^2.0.2