File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @szmarczak/http-timer" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "description" : " Timings for HTTP requests" ,
55 "type" : " module" ,
66 "exports" : " ./dist/source/index.js" ,
6666 "@typescript-eslint/no-non-null-assertion" : " off" ,
6767 "@typescript-eslint/no-unsafe-assignment" : " off" ,
6868 "@typescript-eslint/no-unsafe-member-access" : " off" ,
69- "@typescript-eslint/no-unsafe-call" : " off"
69+ "@typescript-eslint/no-unsafe-call" : " off" ,
70+ "unicorn/prefer-node-protocol" : " off"
7071 }
7172 },
7273 "ava" : {
Original file line number Diff line number Diff line change 1- import { errorMonitor } from 'node: events' ;
2- import { types } from 'node: util' ;
3- import type { EventEmitter } from 'node: events' ;
4- import type { Socket } from 'node: net' ;
5- import type { ClientRequest , IncomingMessage } from 'node: http' ;
1+ import { errorMonitor } from 'events' ;
2+ import { types } from 'util' ;
3+ import type { EventEmitter } from 'events' ;
4+ import type { Socket } from 'net' ;
5+ import type { ClientRequest , IncomingMessage } from 'http' ;
66import deferToConnect from 'defer-to-connect' ;
77
88export interface Timings {
You can’t perform that action at this time.
0 commit comments