oidc-provider
Advanced tools
Comparing version 8.1.0 to 8.1.1
@@ -1,2 +0,2 @@ | ||
import ejs from 'ejs'; | ||
import { render } from 'eta'; | ||
@@ -7,4 +7,4 @@ import layoutTemplate from './layout.js'; | ||
export const interaction = ejs.compile(interactionTemplate); | ||
export const layout = ejs.compile(layoutTemplate); | ||
export const login = ejs.compile(loginTemplate); | ||
export const interaction = (locals) => render(interactionTemplate, locals, { useWith: true }); | ||
export const layout = (locals) => render(layoutTemplate, locals, { useWith: true }); | ||
export const login = (locals) => render(loginTemplate, locals, { useWith: true }); |
@@ -137,3 +137,3 @@ export default `<!DOCTYPE html> | ||
<h1><%= title %></h1> | ||
<%- body %> | ||
<%~ body %> | ||
<div class="login-help"> | ||
@@ -160,3 +160,3 @@ <a href="<%= abortUrl %>">[ Cancel ]</a> | ||
========= <br> | ||
<%- session %> | ||
<%~ session %> | ||
</div> | ||
@@ -168,3 +168,3 @@ <% } %> | ||
======== <br> | ||
<%- dbg.params %> | ||
<%~ dbg.params %> | ||
</div> | ||
@@ -175,3 +175,3 @@ | ||
======== <br> | ||
<%- dbg.prompt %> | ||
<%~ dbg.prompt %> | ||
</div> | ||
@@ -178,0 +178,0 @@ </details> |
{ | ||
"name": "oidc-provider", | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", | ||
@@ -54,4 +54,4 @@ "keywords": [ | ||
"ci": "node ./test/ci", | ||
"format": "eslint lib example certification test docs --fix", | ||
"heroku-postbuild": "npm install mongodb@^4.3.0 openid-client@^5.0.0", | ||
"format": "eslint lib example certification test docs --fix", | ||
"test": "node ./test/run" | ||
@@ -63,28 +63,28 @@ }, | ||
"debug": "^4.3.4", | ||
"ejs": "^3.1.8", | ||
"eta": "^2.0.1", | ||
"got": "^12.5.3", | ||
"jose": "^4.11.1", | ||
"jose": "^4.13.1", | ||
"jsesc": "^3.0.2", | ||
"koa": "^2.13.4", | ||
"nanoid": "^4.0.0", | ||
"koa": "^2.14.1", | ||
"nanoid": "^4.0.1", | ||
"object-hash": "^3.0.0", | ||
"oidc-token-hash": "^5.0.1", | ||
"quick-lru": "^6.1.1", | ||
"raw-body": "^2.5.1" | ||
"raw-body": "^2.5.2" | ||
}, | ||
"devDependencies": { | ||
"@fastify/middie": "^8.0.0", | ||
"@hapi/hapi": "^21.0.0", | ||
"@fastify/middie": "^8.1.0", | ||
"@hapi/hapi": "^21.3.0", | ||
"@koa/ejs": "^5.0.0", | ||
"base64url": "^3.0.1", | ||
"chai": "^4.3.6", | ||
"chai": "^4.3.7", | ||
"clear-module": "^4.1.2", | ||
"connect": "^3.7.0", | ||
"desm": "^1.3.0", | ||
"eslint": "^8.28.0", | ||
"eslint": "^8.35.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"express": "^4.18.1", | ||
"fastify": "^4.9.2", | ||
"helmet": "^6.0.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"express": "^4.18.2", | ||
"fastify": "^4.13.0", | ||
"helmet": "^6.0.1", | ||
"koa-body": "^6.0.1", | ||
@@ -94,10 +94,10 @@ "koa-mount": "^4.0.0", | ||
"lodash": "^4.17.21", | ||
"mocha": "^10.1.0", | ||
"mocha": "^10.2.0", | ||
"moment": "^2.29.4", | ||
"nock": "^13.2.8", | ||
"selfsigned": "^2.0.1", | ||
"sinon": "^15.0.0", | ||
"supertest": "^6.3.1", | ||
"nock": "^13.3.0", | ||
"selfsigned": "^2.1.1", | ||
"sinon": "^15.0.1", | ||
"supertest": "^6.3.3", | ||
"timekeeper": "^2.2.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
527632
13686
+ Addedeta@^2.0.1
+ Addedeta@2.2.0(transitive)
- Removedejs@^3.1.8
- Removedansi-styles@4.3.0(transitive)
- Removedasync@3.2.6(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.112.0.1(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedejs@3.1.10(transitive)
- Removedfilelist@1.0.4(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedjake@10.9.2(transitive)
- Removedminimatch@3.1.25.1.6(transitive)
- Removedsupports-color@7.2.0(transitive)
Updatedjose@^4.13.1
Updatedkoa@^2.14.1
Updatednanoid@^4.0.1
Updatedraw-body@^2.5.2