
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
@vltpkg/types
Advanced tools
A module for a handful of core types that are used throughout vlt extensively, and don't belong to any one particular implementation.
import {
type Manifest,
type Packument,
type Integrity,
type Signature,
isManifest,
isPackument,
isIntegrity,
} from '@vltpkg/types'
const mani: Manifest = {
name: 'hello',
version: '1.2.3',
dist: {
tarball: 'https://example.com/hello-1.2.3.tgz',
integrity: 'sha512-3yWxPTq3Uq/imagine/if/this/was/the/integrity/wow/it/could/happen/just/very/unlikely/00==',
},
}
mani.dist.integrity
// ^? Integrity | undefined
const someRandomObject = {
name: 'foo',
version: '1.2.3',
}
if (isManifest(someRandomObject)) {
someRandomObject
// ^? Manifest
}
FAQs
definitions for some of vlt's core types
The npm package @vltpkg/types receives a total of 41,365 weekly downloads. As such, @vltpkg/types popularity was classified as popular.
We found that @vltpkg/types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.