Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ interface Contact {
email?: string
url?: string
name: string
trustedPublisher?: {
id: string
oidcConfigId: string
}
}

interface Signature {
Expand Down Expand Up @@ -84,6 +88,16 @@ interface Dist {
* the unpacked size of the files in the tarball. >= 2018
*/
unpackedSize?: number

/**
* https://docs.npmjs.com/generating-provenance-statements
*/
attestations?: {
url: string
provenance: {
predicateType: string
}
}
}

interface DevEngineDependency {
Expand Down