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

server-timing

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

server-timing - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

3

index.d.ts

@@ -8,3 +8,4 @@ declare module "server-timing" {

};
export default (opts?: Options) => e.RequestHandler;
const _default: (opts?: Options) => e.RequestHandler;
export default _default;
type Response = {

@@ -11,0 +12,0 @@ startTime: (name: string, desc: string) => void;

{
"name": "server-timing",
"version": "3.1.0",
"version": "3.1.1",
"description": "This module can add `ServerTiming` Header to http response, and be able to use express middleware",

@@ -37,3 +37,3 @@ "main": "index.js",

"coveralls": "3.0.9",
"eater": "4.0.1",
"eater": "4.0.2",
"espower-loader": "1.2.2",

@@ -40,0 +40,0 @@ "express": "4.17.1",

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