Socket
Socket
Sign inDemoInstall

@types/har-format

Package Overview
Dependencies
Maintainers
1
Versions
17
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.1 to 1.2.2

har-format/LICENSE

28

har-format/index.d.ts

@@ -85,3 +85,4 @@ // Type definitions for HAR 1.2

export interface Page {
/** Date and time stamp for the beginning of the page load
/**
* Date and time stamp for the beginning of the page load
*

@@ -270,3 +271,4 @@ * (ISO 8601 - `YYYY-MM-DDThh:mm:ss.sTZD`,

export interface PageTiming {
/** Content of the page loaded. Number of milliseconds since page load
/**
* Content of the page loaded. Number of milliseconds since page load
* started (`page.startedDateTime`).

@@ -277,3 +279,4 @@ *

onContentLoad?: number;
/** Page is loaded (`onLoad` event fired). Number of milliseconds since
/**
* Page is loaded (`onLoad` event fired). Number of milliseconds since
* page load started (`page.startedDateTime`).

@@ -284,3 +287,3 @@ *

onLoad?: number;
/** A comment provided by the user or the application */
/** A comment provided by the user or the application */
comment?: string;

@@ -569,3 +572,4 @@ _startRender?: number;

headersSize: number;
/** Size of the received response body in bytes.
/**
* Size of the received response body in bytes.
*

@@ -641,3 +645,4 @@ * - Set to zero in case of responses coming from the cache (`304`).

mimeType: string;
/** List of posted parameters (in case of URL encoded parameters).
/**
* List of posted parameters (in case of URL encoded parameters).
*

@@ -647,3 +652,4 @@ * _`text` and `params` fields are mutually exclusive._

params: Param[];
/** Plain text posted data
/**
* Plain text posted data
*

@@ -743,3 +749,4 @@ * _`params` and `text` fields are mutually exclusive._

export interface CacheDetails {
/** Expiration time of the cache entry.
/**
* Expiration time of the cache entry.
*

@@ -750,4 +757,5 @@ * _(Format not documente but assumingly ISO 8601 -

expires?: string;
/** The last time the cache entry was opened.
* *
/**
* The last time the cache entry was opened.
*
* _(Format not documente but assumingly ISO 8601 -

@@ -754,0 +762,0 @@ * `YYYY-MM-DDThh:mm:ss.sTZD`)_

{
"name": "@types/har-format",
"version": "1.2.1",
"version": "1.2.2",
"description": "TypeScript definitions for HAR",

@@ -9,3 +9,4 @@ "license": "MIT",

"name": "Michael Mrowetz",
"url": "https://github.com/micmro"
"url": "https://github.com/micmro",
"githubUsername": "micmro"
}

@@ -20,5 +21,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "53a5d5b86a43d4e79c43ae1c6d14bd2d84e6b7e9ebba5f9cf99b03a6db350585",
"typesPublisherContentHash": "3c7ff50c80bed139fb1c951b666d7b06fc51f625688e63a8bb7e10c6d7b1e18b",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 31 Mar 2017 18:05:13 GMT
* Last updated: Wed, 25 Oct 2017 01:03:54 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