
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
@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 52,080 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.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.