Socket
Socket
Sign inDemoInstall

@types/har-format

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.12 to 1.2.13

62

har-format/index.d.ts

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

/** _non-standard_ */
'_score_keep-alive'?: number | null | undefined;
"_score_keep-alive"?: number | null | undefined;
/** _non-standard_ */

@@ -408,3 +408,3 @@ _score_minify?: number | null | undefined;

/** _non-standard_ */
_fromCache?: 'memory' | 'disk' | null | undefined;
_fromCache?: "memory" | "disk" | null | undefined;
/** _non-standard_ */

@@ -476,25 +476,25 @@ _full_url?: string | null | undefined;

_resourceType?:
| 'document'
| 'stylesheet'
| 'image'
| 'media'
| 'font'
| 'script'
| 'texttrack'
| 'xhr'
| 'fetch'
| 'prefetch'
| 'eventsource'
| 'websocket'
| 'webtransport'
| 'wasm'
| 'manifest'
| 'signed-exchange'
| 'ping'
| 'csp-violation-report'
| 'other'
| 'preflight'
| 'sm-script'
| 'sm-stylesheet'
| 'webbundle'
| "document"
| "stylesheet"
| "image"
| "media"
| "font"
| "script"
| "texttrack"
| "xhr"
| "fetch"
| "prefetch"
| "eventsource"
| "websocket"
| "webtransport"
| "wasm"
| "manifest"
| "signed-exchange"
| "ping"
| "csp-violation-report"
| "other"
| "preflight"
| "sm-script"
| "sm-stylesheet"
| "webbundle"
| null

@@ -519,3 +519,3 @@ | undefined;

/** _non-standard_ */
'_score_keep-alive'?: number | string | null | undefined;
"_score_keep-alive"?: number | string | null | undefined;
/** _non-standard_ */

@@ -558,7 +558,7 @@ _score_minify?: number | string | null | undefined;

| Array<{
type: 'send' | 'receive';
time: number;
opcode: number;
data: string;
}>
type: "send" | "receive";
time: number;
opcode: number;
data: string;
}>
| null

@@ -565,0 +565,0 @@ | undefined;

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

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

"dependencies": {},
"typesPublisherContentHash": "9fecda0f7b27f1564c88183229aa06cd237ce389cd41e07409e92175633b966f",
"typeScriptVersion": "4.4"
"typesPublisherContentHash": "233801d7e447fd6181f183b73e97fe4c4832c7aa5cfdc8c43ad149254c2a5a98",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Sun, 20 Aug 2023 18:32:47 GMT
* Last updated: Sat, 16 Sep 2023 08:06:32 GMT
* Dependencies: none

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

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