Socket
Socket
Sign inDemoInstall

@szmarczak/http-timer

Package Overview
Dependencies
1
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

2

dist/source/index.d.ts
/// <reference types="node" />
import type { ClientRequest, IncomingMessage } from 'node:http';
import type { ClientRequest, IncomingMessage } from 'http';
export interface Timings {

@@ -4,0 +4,0 @@ start: number;

@@ -1,3 +0,3 @@

import { errorMonitor } from 'node:events';
import { types } from 'node:util';
import { errorMonitor } from 'events';
import { types } from 'util';
import deferToConnect from 'defer-to-connect';

@@ -4,0 +4,0 @@ const timer = (request) => {

{
"name": "@szmarczak/http-timer",
"version": "5.0.0",
"version": "5.0.1",
"description": "Timings for HTTP requests",

@@ -69,3 +69,4 @@ "type": "module",

"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-call": "off"
"@typescript-eslint/no-unsafe-call": "off",
"unicorn/prefer-node-protocol": "off"
}

@@ -72,0 +73,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc