Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oidc-provider

Package Overview
Dependencies
Maintainers
1
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-provider - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

8

lib/views/index.js

@@ -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

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