New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/express-jwt

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/express-jwt - npm Package Compare versions

Comparing version 0.0.35 to 0.0.36

10

express-jwt/index.d.ts
// Type definitions for express-jwt
// Project: https://www.npmjs.org/package/express-jwt
// Definitions by: Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>
// Definitions by: Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>, Sl1MBoy <https://github.com/Sl1MBoy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -39,2 +39,10 @@

}
export class UnauthorizedError extends Error {
name: string;
message: string;
code: string;
status: number;
inner: Error
}
}

@@ -41,0 +49,0 @@ declare global {

8

express-jwt/package.json
{
"name": "@types/express-jwt",
"version": "0.0.35",
"version": "0.0.36",
"description": "TypeScript definitions for express-jwt",

@@ -14,2 +14,6 @@ "license": "MIT",

"url": "https://github.com/kacepe"
},
{
"name": "Sl1MBoy",
"url": "https://github.com/Sl1MBoy"
}

@@ -28,4 +32,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "a68f55abdb74744b01409fa4374c1435c4fcd254e2e5fc6ea3eff3492d08f7a8",
"typesPublisherContentHash": "a4478bcaebf0d215da2237a8106ccf8745e651a46af878f8cacafff53f8fc613",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 02 Jun 2017 16:37:08 GMT
* Last updated: Mon, 24 Jul 2017 18:01:45 GMT
* Dependencies: express, express-unless

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>.
These definitions were written by Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>, Sl1MBoy <https://github.com/Sl1MBoy>.

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