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.2.1 to 8.2.2

5

lib/actions/grants/refresh_token.js

@@ -195,3 +195,6 @@ import difference from '../../helpers/_/difference.js';

at.resourceServer = new ctx.oidc.provider.ResourceServer(resource, resourceServerInfo);
at.scope = grant.getResourceScopeFiltered(resource, scope);
at.scope = grant.getResourceScopeFiltered(
resource,
[...scope].filter(Set.prototype.has.bind(at.resourceServer.scopes)),
);
} else {

@@ -198,0 +201,0 @@ at.claims = refreshToken.claims;

14

package.json
{
"name": "oidc-provider",
"version": "8.2.1",
"version": "8.2.2",
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",

@@ -62,4 +62,4 @@ "keywords": [

"debug": "^4.3.4",
"eta": "^2.0.1",
"got": "^12.6.0",
"eta": "^2.2.0",
"got": "^13.0.0",
"jose": "^4.14.4",

@@ -75,3 +75,3 @@ "jsesc": "^3.0.2",

"devDependencies": {
"@fastify/middie": "^8.2.0",
"@fastify/middie": "^8.3.0",
"@hapi/hapi": "^21.3.2",

@@ -84,3 +84,3 @@ "@koa/ejs": "^5.1.0",

"desm": "^1.3.0",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",

@@ -90,3 +90,3 @@ "eslint-plugin-import": "^2.27.5",

"fastify": "^4.17.0",
"helmet": "^6.1.5",
"helmet": "^7.0.0",
"koa-body": "^6.0.1",

@@ -100,3 +100,3 @@ "koa-mount": "^4.0.0",

"selfsigned": "^2.1.1",
"sinon": "^15.0.4",
"sinon": "^15.1.0",
"supertest": "^6.3.3",

@@ -103,0 +103,0 @@ "timekeeper": "^2.2.0"

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