Skip to content

dependabit / manifest/src / SizeCheckResult

Interface: SizeCheckResult

Defined in: packages/manifest/src/size-check.ts:6

Manifest size validation and warnings Checks manifest size and warns when approaching limits

Properties

PropertyTypeDefined in
message?stringpackages/manifest/src/size-check.ts:10
sizeBytesnumberpackages/manifest/src/size-check.ts:7
sizeMBnumberpackages/manifest/src/size-check.ts:8
status"error" | "ok" | "warning"packages/manifest/src/size-check.ts:9

Released under the MIT License.