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

@667/express-jwt-authz

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@667/express-jwt-authz - npm Package Compare versions

Comparing version 2.4.1-0 to 2.4.1-1

16

package.json
{
"name": "@667/express-jwt-authz",
"version": "2.4.1-0",
"version": "2.4.1-1",
"description": "Validate a JWTs scope to authorize access to an endpoint",

@@ -15,19 +15,20 @@ "main": "lib/index.js",

"type": "git",
"url": "git+https://github.com/auth0/express-jwt-authz.git"
"url": "git+https://github.com/june07/express-jwt-authz.git"
},
"keywords": [
"express",
"restify",
"jwt",
"authorization"
],
"author": "Damian Schenkelman",
"author": "June07",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/express-jwt-authz/issues"
"url": "https://github.com/june07/express-jwt-authz/issues"
},
"homepage": "https://github.com/auth0/express-jwt-authz#readme",
"homepage": "https://github.com/june07/express-jwt-authz#readme",
"devDependencies": {
"chai": "^4.2.0",
"husky": "^1.1.4",
"mocha": "^5.2.0",
"mocha": "^8.3.2",
"prettier": "^1.14.3",

@@ -46,4 +47,5 @@ "pretty-quick": "^1.8.0"

"express": "^4.0.0",
"@types/express": "^4.0.0"
"@types/express": "^4.0.0",
"restify": "^8.5.1"
}
}

@@ -1,3 +0,5 @@

# express-jwt-authz ![](https://travis-ci.org/auth0/express-jwt-authz.svg?branch=master)
# express-jwt-authz
This fork of https://github.com/auth0/express-jwt-authz supports [restify](https://github.com/restify/node-restify) as well as express.
Validate a JWTs `scope` to authorize access to an endpoint.

@@ -9,3 +11,5 @@

> `express@^4.0.0` is a peer dependency. Make sure it is installed in your project.
> `restify@^8.5.1` is a peer dependency.
> `express@^4.0.0` is a peer dependency.
> Make sure one of them is installed in your project.

@@ -80,7 +84,9 @@ ## Usage

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
For issues directly related to restify support, please report them at this reposittory issues section.
If you have found a bug or if you have a feature request, please report them at https://github.com/auth0/express-jwt-authz/issues. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
## Author
[Auth0](https://auth0.com)
[June07](https://june07.com)

@@ -87,0 +93,0 @@ ## License

Sorry, the diff of this file is not supported yet

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