New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

express-jwt-permissions

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-jwt-permissions - npm Package Compare versions

Comparing version
1.3.2
to
1.3.3
+2
-2
index.d.ts

@@ -9,3 +9,3 @@ import { Handler } from 'express'

declare class Guard {
public constructor(options: GuardOptions);
public constructor(options?: GuardOptions);

@@ -15,3 +15,3 @@ public check(required: string | string[] | string[][]): Handler;

declare function guardFactory(options: GuardOptions): Guard;
declare function guardFactory(options?: GuardOptions): Guard;

@@ -18,0 +18,0 @@ declare namespace guardFactory {

{
"name": "express-jwt-permissions",
"version": "1.3.2",
"version": "1.3.3",
"description": "Express middleware for JWT permissions",

@@ -5,0 +5,0 @@ "main": "./index.js",