Socket
Socket
Sign inDemoInstall

@types/har-format

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/har-format - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

410

har-format/index.d.ts

@@ -31,3 +31,3 @@ // Type definitions for non-npm package HAR 1.2

/** Name and version info of used browser. */
browser?: Browser;
browser?: Browser | undefined;
/**

@@ -45,7 +45,7 @@ * List of all exported (tracked) pages.

*/
pages?: Page[];
pages?: Page[] | undefined;
/** List of all exported (tracked) requests. */
entries: Entry[];
/** A comment provided by the user or the application. */
comment?: string;
comment?: string | undefined;
}

@@ -65,3 +65,3 @@ /**

/** A comment provided by the user or the application. */
comment?: string;
comment?: string | undefined;
}

@@ -81,3 +81,3 @@ /**

/** A comment provided by the user or the application. */
comment?: string;
comment?: string | undefined;
}

@@ -107,158 +107,158 @@ /**

/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
/** _non-standard_ */
/** _non-standard_ */
_adult_site?: number | null;
_adult_site?: number | null | undefined;
/** _non-standard_ */
_aft?: number | null;
_aft?: number | null | undefined;
/** _non-standard_ */
_base_page_cdn?: string | null;
_base_page_cdn?: string | null | undefined;
/** _non-standard_ */
_base_page_redirects?: number | null;
_base_page_redirects?: number | null | undefined;
/** _non-standard_ */
_base_page_ttfb?: number | null;
_base_page_ttfb?: number | null | undefined;
/** _non-standard_ */
_browser_main_memory_kb?: number | null;
_browser_main_memory_kb?: number | null | undefined;
/** _non-standard_ */
_browser_name?: string | null;
_browser_name?: string | null | undefined;
/** _non-standard_ */
_browser_other_private_memory_kb?: number | null;
_browser_other_private_memory_kb?: number | null | undefined;
/** _non-standard_ */
_browser_process_count?: number | null;
_browser_process_count?: number | null | undefined;
/** _non-standard_ */
_browser_version?: string | null;
_browser_version?: string | null | undefined;
/** _non-standard_ */
_browser_working_set_kb?: number | null;
_browser_working_set_kb?: number | null | undefined;
/** _non-standard_ */
_bytesIn?: number | null;
_bytesIn?: number | null | undefined;
/** _non-standard_ */
_bytesInDoc?: number | null;
_bytesInDoc?: number | null | undefined;
/** _non-standard_ */
_bytesOut?: number | null;
_bytesOut?: number | null | undefined;
/** _non-standard_ */
_bytesOutDoc?: number | null;
_bytesOutDoc?: number | null | undefined;
/** _non-standard_ */
_cached?: number | null;
_cached?: number | null | undefined;
/** _non-standard_ */
_certificate_bytes?: number | null;
_certificate_bytes?: number | null | undefined;
/** _non-standard_ */
_connections?: number | null;
_connections?: number | null | undefined;
/** _non-standard_ */
_date?: number | null;
_date?: number | null | undefined;
/** _non-standard_ */
_docCPUms?: number | null;
_docCPUms?: number | null | undefined;
/** _non-standard_ */
_docCPUpct?: number | null;
_docCPUpct?: number | null | undefined;
/** _non-standard_ */
_docTime?: number | null;
_docTime?: number | null | undefined;
/** _non-standard_ */
_domContentLoadedEventEnd?: number | null;
_domContentLoadedEventEnd?: number | null | undefined;
/** _non-standard_ */
_domContentLoadedEventStart?: number | null;
_domContentLoadedEventStart?: number | null | undefined;
/** _non-standard_ */
_domElements?: number | null;
_domElements?: number | null | undefined;
/** _non-standard_ */
_domInteractive?: number | null;
_domInteractive?: number | null | undefined;
/** _non-standard_ */
_domLoading?: number | null;
_domLoading?: number | null | undefined;
/** _non-standard_ */
_domTime?: number | null;
_domTime?: number | null | undefined;
/** _non-standard_ */
_effectiveBps?: number | null;
_effectiveBps?: number | null | undefined;
/** _non-standard_ */
_effectiveBpsDoc?: number | null;
_effectiveBpsDoc?: number | null | undefined;
/** _non-standard_ */
_eventName?: string | null;
_eventName?: string | null | undefined;
/** _non-standard_ */
_firstPaint?: number | null;
_firstPaint?: number | null | undefined;
/** _non-standard_ */
_fixed_viewport?: number | null;
_fixed_viewport?: number | null | undefined;
/** _non-standard_ */
_fullyLoaded?: number | null;
_fullyLoaded?: number | null | undefined;
/** _non-standard_ */
_fullyLoadedCPUms?: number | null;
_fullyLoadedCPUms?: number | null | undefined;
/** _non-standard_ */
_fullyLoadedCPUpct?: number | null;
_fullyLoadedCPUpct?: number | null | undefined;
/** _non-standard_ */
_gzip_savings?: number | null;
_gzip_savings?: number | null | undefined;
/** _non-standard_ */
_gzip_total?: number | null;
_gzip_total?: number | null | undefined;
/** _non-standard_ */
_image_savings?: number | null;
_image_savings?: number | null | undefined;
/** _non-standard_ */
_image_total?: number | null;
_image_total?: number | null | undefined;
/** _non-standard_ */
_isResponsive?: number | null;
_isResponsive?: number | null | undefined;
/** _non-standard_ */
_lastVisualChange?: number | null;
_lastVisualChange?: number | null | undefined;
/** _non-standard_ */
_loadEventEnd?: number | null;
_loadEventEnd?: number | null | undefined;
/** _non-standard_ */
_loadEventStart?: number | null;
_loadEventStart?: number | null | undefined;
/** _non-standard_ */
_loadTime?: number | null;
_loadTime?: number | null | undefined;
/** _non-standard_ */
_minify_savings?: number | null;
_minify_savings?: number | null | undefined;
/** _non-standard_ */
_minify_total?: number | null;
_minify_total?: number | null | undefined;
/** _non-standard_ */
_optimization_checked?: number | null;
_optimization_checked?: number | null | undefined;
/** _non-standard_ */
_pageSpeedVersion?: string | null;
_pageSpeedVersion?: string | null | undefined;
/** _non-standard_ */
_render?: number | null;
_render?: number | null | undefined;
/** _non-standard_ */
_requests?: number | null;
_requests?: number | null | undefined;
/** _non-standard_ */
_requestsDoc?: number | null;
_requestsDoc?: number | null | undefined;
/** _non-standard_ */
_requestsFull?: number | null;
_requestsFull?: number | null | undefined;
/** _non-standard_ */
_responses_200?: number | null;
_responses_200?: number | null | undefined;
/** _non-standard_ */
_responses_404?: number | null;
_responses_404?: number | null | undefined;
/** _non-standard_ */
_responses_other?: number | null;
_responses_other?: number | null | undefined;
/** _non-standard_ */
_result?: number | null;
_result?: number | null | undefined;
/** _non-standard_ */
_run?: number | null;
_run?: number | null | undefined;
/** _non-standard_ */
_score_cache?: number | null;
_score_cache?: number | null | undefined;
/** _non-standard_ */
_score_cdn?: number | null;
_score_cdn?: number | null | undefined;
/** _non-standard_ */
_score_combine?: number | null;
_score_combine?: number | null | undefined;
/** _non-standard_ */
_score_compress?: number | null;
_score_compress?: number | null | undefined;
/** _non-standard_ */
_score_cookies?: number | null;
_score_cookies?: number | null | undefined;
/** _non-standard_ */
_score_etags?: number | null;
_score_etags?: number | null | undefined;
/** _non-standard_ */
_score_gzip?: number | null;
_score_gzip?: number | null | undefined;
/** _non-standard_ */
'_score_keep-alive'?: number | null;
'_score_keep-alive'?: number | null | undefined;
/** _non-standard_ */
_score_minify?: number | null;
_score_minify?: number | null | undefined;
/** _non-standard_ */
_score_progressive_jpeg?: number | null;
_score_progressive_jpeg?: number | null | undefined;
/** _non-standard_ */
_server_count?: number | null;
_server_count?: number | null | undefined;
/** _non-standard_ */
_server_rtt?: number | null;
_server_rtt?: number | null | undefined;
/** _non-standard_ */
_SpeedIndex?: number | null;
_SpeedIndex?: number | null | undefined;
/** _non-standard_ */
_step?: number | null;
_step?: number | null | undefined;
/** _non-standard_ */
_title?: string | null;
_title?: string | null | undefined;
/** _non-standard_ */
_titleTime?: number | null;
_titleTime?: number | null | undefined;
/** _non-standard_ */
_TTFB?: number | null;
_TTFB?: number | null | undefined;
/** _non-standard_ */
_URL?: string | null;
_URL?: string | null | undefined;
/** _non-standard_ */
_visualComplete?: number | null;
_visualComplete?: number | null | undefined;
}

@@ -282,3 +282,3 @@ /**

*/
onContentLoad?: number;
onContentLoad?: number | undefined;
/**

@@ -290,6 +290,6 @@ * Page is loaded (`onLoad` event fired). Number of milliseconds since

*/
onLoad?: number;
onLoad?: number | undefined;
/** A comment provided by the user or the application */
comment?: string;
_startRender?: number | null;
comment?: string | undefined;
_startRender?: number | null | undefined;
}

@@ -310,3 +310,3 @@ /**

*/
pageref?: string;
pageref?: string | undefined;
/**

@@ -337,3 +337,3 @@ * Date and time stamp of the request start

*/
serverIPAddress?: string;
serverIPAddress?: string | undefined;
/**

@@ -350,165 +350,165 @@ * Unique ID of the parent TCP/IP connection, can be the client or server

*/
connection?: string;
connection?: string | undefined;
/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
/** _non-standard_ */
_all_end?: number | string | null;
_all_end?: number | string | null | undefined;
/** _non-standard_ */
_all_ms?: number | string | null;
_all_ms?: number | string | null | undefined;
/** _non-standard_ */
_all_start?: number | string | null;
_all_start?: number | string | null | undefined;
/** _non-standard_ */
_bytesIn?: number | string | null;
_bytesIn?: number | string | null | undefined;
/** _non-standard_ */
_bytesOut?: number | string | null;
_bytesOut?: number | string | null | undefined;
/** _non-standard_ */
_cacheControl?: string | null;
_cacheControl?: string | null | undefined;
/** _non-standard_ */
_cache_time?: number | string | null;
_cache_time?: number | string | null | undefined;
/** _non-standard_ */
_cdn_provider?: string | null;
_cdn_provider?: string | null | undefined;
/** _non-standard_ */
_certificate_bytes?: number | string | null;
_certificate_bytes?: number | string | null | undefined;
/** _non-standard_ */
_client_port?: number | string | null;
_client_port?: number | string | null | undefined;
/** _non-standard_ */
_connect_end?: number | string | null;
_connect_end?: number | string | null | undefined;
/** _non-standard_ */
_connect_ms?: number | string | null;
_connect_ms?: number | string | null | undefined;
/** _non-standard_ */
_connect_start?: number | string | null;
_connect_start?: number | string | null | undefined;
/** _non-standard_ */
_contentEncoding?: string | null;
_contentEncoding?: string | null | undefined;
/** _non-standard_ */
_contentType?: string | null;
_contentType?: string | null | undefined;
/** _non-standard_ */
_dns_end?: number | string | null;
_dns_end?: number | string | null | undefined;
/** _non-standard_ */
_dns_ms?: number | string | null;
_dns_ms?: number | string | null | undefined;
/** _non-standard_ */
_dns_start?: number | string | null;
_dns_start?: number | string | null | undefined;
/** _non-standard_ */
_download_end?: number | string | null;
_download_end?: number | string | null | undefined;
/** _non-standard_ */
_download_ms?: number | string | null;
_download_ms?: number | string | null | undefined;
/** _non-standard_ */
_download_start?: number | string | null;
_download_start?: number | string | null | undefined;
/** _non-standard_ */
_expires?: string | null;
_expires?: string | null | undefined;
/** _non-standard_ */
_full_url?: string | null;
_full_url?: string | null | undefined;
/** _non-standard_ */
_gzip_save?: number | string | null;
_gzip_save?: number | string | null | undefined;
/** _non-standard_ */
_gzip_total?: number | string | null;
_gzip_total?: number | string | null | undefined;
/** _non-standard_ */
_host?: string | null;
_host?: string | null | undefined;
/** _non-standard_ */
_http2_stream_dependency?: number | string | null;
_http2_stream_dependency?: number | string | null | undefined;
/** _non-standard_ */
_http2_stream_exclusive?: number | string | null;
_http2_stream_exclusive?: number | string | null | undefined;
/** _non-standard_ */
_http2_stream_id?: number | string | null;
_http2_stream_id?: number | string | null | undefined;
/** _non-standard_ */
_http2_stream_weight?: number | string | null;
_http2_stream_weight?: number | string | null | undefined;
/** _non-standard_ */
_image_save?: number | string | null;
_image_save?: number | string | null | undefined;
/** _non-standard_ */
_image_total?: number | string | null;
_image_total?: number | string | null | undefined;
/** _non-standard_ */
_index?: number | null;
_index?: number | null | undefined;
/** _non-standard_ */
_initiator?: string | null;
_initiator?: string | null | undefined;
/** _non-standard_ */
_initiator_column?: string | null;
_initiator_column?: string | null | undefined;
/** _non-standard_ */
_initiator_detail?: string | null;
_initiator_detail?: string | null | undefined;
/** _non-standard_ */
_initiator_function?: string | null;
_initiator_function?: string | null | undefined;
/** _non-standard_ */
_initiator_line?: string | null;
_initiator_line?: string | null | undefined;
/** _non-standard_ */
_initiator_type?: string | null;
_initiator_type?: string | null | undefined;
/** _non-standard_ */
_ip_addr?: string | null;
_ip_addr?: string | null | undefined;
/** _non-standard_ */
_is_secure?: number | string | null;
_is_secure?: number | string | null | undefined;
/** _non-standard_ */
_jpeg_scan_count?: number | string | null;
_jpeg_scan_count?: number | string | null | undefined;
/** _non-standard_ */
_load_end?: number | string | null;
_load_end?: number | string | null | undefined;
/** _non-standard_ */
_load_ms?: number | string | null;
_load_ms?: number | string | null | undefined;
/** _non-standard_ */
_load_start?: number | string | null;
_load_start?: number | string | null | undefined;
/** _non-standard_ */
_method?: string | null;
_method?: string | null | undefined;
/** _non-standard_ */
_minify_save?: number | string | null;
_minify_save?: number | string | null | undefined;
/** _non-standard_ */
_minify_total?: number | string | null;
_minify_total?: number | string | null | undefined;
/** _non-standard_ */
_number?: number | null;
_number?: number | null | undefined;
/** _non-standard_ */
_objectSize?: number | string | null;
_objectSize?: number | string | null | undefined;
/** _non-standard_ */
_objectSizeUncompressed?: number | string | null;
_objectSizeUncompressed?: number | string | null | undefined;
/** _non-standard_ */
_priority?: string | null;
_priority?: string | null | undefined;
/** _non-standard_ */
_protocol?: number | string | null;
_protocol?: number | string | null | undefined;
/** _non-standard_ */
_request_id?: number | string | null;
_request_id?: number | string | null | undefined;
/** _non-standard_ */
_responseCode?: number | string | null;
_responseCode?: number | string | null | undefined;
/** _non-standard_ */
_score_cache?: number | string | null;
_score_cache?: number | string | null | undefined;
/** _non-standard_ */
_score_cdn?: number | string | null;
_score_cdn?: number | string | null | undefined;
/** _non-standard_ */
_score_combine?: number | string | null;
_score_combine?: number | string | null | undefined;
/** _non-standard_ */
_score_compress?: number | string | null;
_score_compress?: number | string | null | undefined;
/** _non-standard_ */
_score_cookies?: number | string | null;
_score_cookies?: number | string | null | undefined;
/** _non-standard_ */
_score_etags?: number | string | null;
_score_etags?: number | string | null | undefined;
/** _non-standard_ */
_score_gzip?: number | string | null;
_score_gzip?: number | string | null | undefined;
/** _non-standard_ */
'_score_keep-alive'?: number | string | null;
'_score_keep-alive'?: number | string | null | undefined;
/** _non-standard_ */
_score_minify?: number | string | null;
_score_minify?: number | string | null | undefined;
/** _non-standard_ */
_score_progressive_jpeg?: number | null;
_score_progressive_jpeg?: number | null | undefined;
/** _non-standard_ */
_server_count?: number | string | null;
_server_count?: number | string | null | undefined;
/** _non-standard_ */
_server_rtt?: number | string | null;
_server_rtt?: number | string | null | undefined;
/** _non-standard_ */
_socket?: number | string | null;
_socket?: number | string | null | undefined;
/** _non-standard_ */
_ssl_end?: number | string | null;
_ssl_end?: number | string | null | undefined;
/** _non-standard_ */
_ssl_ms?: number | string | null;
_ssl_ms?: number | string | null | undefined;
/** _non-standard_ */
_ssl_start?: number | string | null;
_ssl_start?: number | string | null | undefined;
/** _non-standard_ */
_ttfb_end?: number | string | null;
_ttfb_end?: number | string | null | undefined;
/** _non-standard_ */
_ttfb_ms?: number | string | null;
_ttfb_ms?: number | string | null | undefined;
/** _non-standard_ */
_ttfb_start?: number | string | null;
_ttfb_start?: number | string | null | undefined;
/** _non-standard_ */
_type?: number | string | null;
_type?: number | string | null | undefined;
/** _non-standard_ */
_url?: string | null;
_url?: string | null | undefined;
/** _non-standard_ */
_was_pushed?: number | string | null;
_was_pushed?: number | string | null | undefined;
/** _non-standard_ */
_initialPriority?: string | null;
_initialPriority?: string | null | undefined;
/** _non-standard_ */
_renderBlocking?: string | null;
_renderBlocking?: string | null | undefined;
/** _non-standard_ */
_isLCP?: boolean | null;
_isLCP?: boolean | null | undefined;
}

@@ -534,3 +534,3 @@ /**

/** Posted data info. */
postData?: PostData;
postData?: PostData | undefined;
/**

@@ -550,3 +550,3 @@ * Total number of bytes from the start of the HTTP request message until

/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}

@@ -593,5 +593,5 @@ /**

/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
/** _non-standard_ */
_transferSize?: number | null;
_transferSize?: number | null | undefined;
}

@@ -610,5 +610,5 @@ /**

/** The path pertaining to the cookie. */
path?: string;
path?: string | undefined;
/** The host of the cookie. */
domain?: string;
domain?: string | undefined;
/**

@@ -619,9 +619,9 @@ * Cookie expiration time.

*/
expires?: string;
expires?: string | undefined;
/** Set to true if the cookie is HTTP only, false otherwise. */
httpOnly?: boolean;
httpOnly?: boolean | undefined;
/** True if the cookie was transmitted over ssl, false otherwise. */
secure?: boolean;
secure?: boolean | undefined;
/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}

@@ -638,3 +638,3 @@

/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}

@@ -651,3 +651,3 @@ /**

/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}

@@ -668,3 +668,3 @@ /**

/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}

@@ -684,3 +684,3 @@

*/
text?: never;
text?: never | undefined;
}

@@ -700,3 +700,3 @@

*/
params?: never;
params?: never | undefined;
}

@@ -713,9 +713,9 @@

/** value of a posted parameter or content of a posted file */
value?: string;
value?: string | undefined;
/** name of a posted file. */
fileName?: string;
fileName?: string | undefined;
/** content type of a posted file. */
contentType?: string;
contentType?: string | undefined;
/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}

@@ -741,3 +741,3 @@

*/
compression?: number;
compression?: number | undefined;
/**

@@ -760,3 +760,3 @@ * MIME type of the response text (value of the Content-Type response

*/
text?: string;
text?: string | undefined;
/**

@@ -769,5 +769,5 @@ * Encoding used for response text field e.g `base64`.

*/
encoding?: string;
encoding?: string | undefined;
/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}

@@ -785,3 +785,3 @@ /**

*/
beforeRequest?: CacheDetails | null;
beforeRequest?: CacheDetails | null | undefined;
/**

@@ -792,5 +792,5 @@ * State of a cache entry after the request.

*/
afterRequest?: CacheDetails | null;
afterRequest?: CacheDetails | null | undefined;
/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}

@@ -804,3 +804,3 @@ export interface CacheDetails {

*/
expires?: string;
expires?: string | undefined;
/**

@@ -818,3 +818,3 @@ * The last time the cache entry was opened.

/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}

@@ -834,3 +834,3 @@ /**

*/
blocked?: number;
blocked?: number | undefined;
/**

@@ -841,3 +841,3 @@ * DNS resolution time. The time required to resolve a host name.

*/
dns?: number;
dns?: number | undefined;
/**

@@ -848,3 +848,3 @@ * Time required to create TCP connection.

*/
connect?: number;
connect?: number | undefined;
/**

@@ -855,3 +855,3 @@ * Time required to send HTTP request to the server.

*/
send?: number;
send?: number | undefined;
/**

@@ -877,5 +877,5 @@ * Waiting for a response from the server.

*/
ssl?: number;
ssl?: number | undefined;
/** A comment provided by the user or the application */
comment?: string;
comment?: string | undefined;
}
{
"name": "@types/har-format",
"version": "1.2.6",
"version": "1.2.7",
"description": "TypeScript definitions for HAR",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/har-format",

"dependencies": {},
"typesPublisherContentHash": "1008cd8cb5a83793fb6f63e8e60fb1e26cf5b66bb309cd78da41335597e6a302",
"typesPublisherContentHash": "85cf407212ae7f3024cc92258123b2df2ea54d3436fc1fe6d12f75f0ac4ba977",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 04 Jun 2021 04:31:31 GMT
* Last updated: Tue, 06 Jul 2021 20:33:13 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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