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.33 to 0.0.34

9

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/>
// Definitions by: Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -40,1 +40,8 @@

}
declare global {
namespace Express {
export interface Request {
user?: any
}
}
}

9

express-jwt/package.json
{
"name": "@types/express-jwt",
"version": "0.0.33",
"version": "0.0.34",
"description": "TypeScript definitions for express-jwt",
"license": "MIT",
"author": "Wonshik Kim <https://github.com/wokim/>",
"author": "Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>",
"main": "",

@@ -17,4 +17,5 @@ "repository": {

},
"typings": "index.d.ts",
"typesPublisherContentHash": "03d728b0c7e8806d63a28b64e9e4e4c44c8b582ba01cedb6dfedaac7fdc1b11c"
"peerDependencies": {},
"typesPublisherContentHash": "a58ba1339a0c7f7d2967733296a9c01ef747225d0df3efc73195a82ea249b993",
"typeScriptVersion": "2.0"
}

@@ -8,12 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/express-jwt
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/express-jwt
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:58 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: express, express-unless
* Global values: jwt
* Last updated: Sat, 04 Feb 2017 02:33:08 GMT
* Dependencies: express, express-unless
* Global values: none
# Credits
These definitions were written by Wonshik Kim <https://github.com/wokim/>.
These definitions were written by Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>.
{
"authors": "Wonshik Kim <https://github.com/wokim/>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [
"express",
"express-unless"
],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"name": "express-jwt",
"libraryName": "express-jwt",
"typingsPackageName": "express-jwt",
"projectName": "https://www.npmjs.org/package/express-jwt",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [
"jwt"
],
"declaredModules": [
"express-jwt"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "03d728b0c7e8806d63a28b64e9e4e4c44c8b582ba01cedb6dfedaac7fdc1b11c"
"data": {
"authors": "Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>",
"dependencies": {
"express": "*",
"express-unless": "*"
},
"pathMappings": {},
"libraryMajorVersion": 0,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "express-jwt",
"typingsPackageName": "express-jwt",
"projectName": "https://www.npmjs.org/package/express-jwt",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"express-jwt/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "a58ba1339a0c7f7d2967733296a9c01ef747225d0df3efc73195a82ea249b993"
},
"isLatest": true
}
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