Socket
Socket
Sign inDemoInstall

@types/express

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/express - npm Package Compare versions

Comparing version 4.0.34 to 4.0.35

1

express/index.d.ts

@@ -62,2 +62,3 @@ // Type definitions for Express 4.x

interface IRouter<T> extends core.IRouter { }
interface IRouterHandler<T> extends core.IRouterHandler<T> { }
interface IRouterMatcher<T> extends core.IRouterMatcher<T> { }

@@ -64,0 +65,0 @@ interface MediaType extends core.MediaType { }

12

express/package.json
{
"name": "@types/express",
"version": "4.0.34",
"description": "TypeScript definitions for Express 4.x",
"version": "4.0.35",
"description": "TypeScript definitions for Express",
"license": "MIT",

@@ -14,8 +14,8 @@ "author": "Boris Yankov <https://github.com/borisyankov/>",

"dependencies": {
"@types/express-serve-static-core": "*",
"@types/serve-static": "*"
"@types/serve-static": "*",
"@types/express-serve-static-core": "*"
},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "cb2883774f9ff8bf15e334e96c3f98fd01820ea5da7fe8c99b6a1131b8816784"
"typesPublisherContentHash": "c3c508a3f9eda6225a5545f1006a32e40f1f377672b30c5e4548d9763dbef964",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for Express 4.x (http://expressjs.com).
This package contains type definitions for Express (http://expressjs.com).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/express
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/express
Additional Details
* Last updated: Tue, 15 Nov 2016 14:55:32 GMT
* File structure: ProperModule
* Library Dependencies: express-serve-static-core, serve-static
* Module Dependencies: express-serve-static-core, serve-static
* Global values: e
* Last updated: Wed, 18 Jan 2017 06:06:23 GMT
* Dependencies: serve-static, express-serve-static-core
* Global values: none
# Credits
These definitions were written by Boris Yankov <https://github.com/borisyankov/>.
{
"authors": "Boris Yankov <https://github.com/borisyankov/>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"express-serve-static-core",
"serve-static"
],
"moduleDependencies": [
"express-serve-static-core",
"serve-static"
],
"libraryMajorVersion": 4,
"libraryMinorVersion": 0,
"libraryName": "Express 4.x",
"typingsPackageName": "express",
"projectName": "http://expressjs.com",
"name": "express",
"libraryName": "Express",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [
"e"
],
"declaredModules": [
"express"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "cb2883774f9ff8bf15e334e96c3f98fd01820ea5da7fe8c99b6a1131b8816784"
"data": {
"authors": "Boris Yankov <https://github.com/borisyankov/>",
"dependencies": {
"serve-static": "*",
"express-serve-static-core": "*"
},
"pathMappings": {},
"libraryMajorVersion": 4,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "Express",
"typingsPackageName": "express",
"projectName": "http://expressjs.com",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"express/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "c3c508a3f9eda6225a5545f1006a32e40f1f377672b30c5e4548d9763dbef964"
},
"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