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.27-alpha to 4.0.28-alpha

4

index.d.ts

@@ -14,5 +14,5 @@ // Type definitions for Express 4.x

/// <reference types="express-serve-static-core" />
/// <reference types="serve-static" />
import * as serveStatic from "../serve-static";
import * as serveStatic from "serve-static";
import * as core from "express-serve-static-core";

@@ -19,0 +19,0 @@

{
"name": "@types/express",
"version": "4.0.27-alpha",
"version": "4.0.28-alpha",
"description": "TypeScript definitions for Express 4.x",

@@ -15,4 +15,5 @@ "main": "",

"dependencies": {
"@types/serve-static": "1.7.25-alpha",
"@types/express-serve-static-core": "4.0.26-alpha"
}
}

@@ -11,6 +11,6 @@ # Installation

Additional Details
* Last updated: Sun, 03 Jul 2016 23:17:14 GMT
* Last updated: Wed, 06 Jul 2016 21:27:53 GMT
* File structure: ProperModule
* Library Dependencies: express-serve-static-core
* Module Dependencies: ../serve-static, express-serve-static-core
* Library Dependencies: express-serve-static-core, serve-static
* Module Dependencies: serve-static, express-serve-static-core
* Global values: e

@@ -17,0 +17,0 @@

@@ -5,6 +5,7 @@ {

"libraryDependencies": [
"express-serve-static-core"
"express-serve-static-core",
"serve-static"
],
"moduleDependencies": [
"../serve-static",
"serve-static",
"express-serve-static-core"

@@ -29,3 +30,3 @@ ],

],
"contentHash": "9a9ce21204f24773193110bed0189b027efcbb790759d3e9c7590eaa282a2601"
"contentHash": "e912965e77556ef169a8ff01e84c87f228e956386269cd2de5cd4faf3e1808c4"
}
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