Socket
Book a DemoInstallSign in
Socket

@vltpkg/dss-parser

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vltpkg/dss-parser

The Dependency Selector Syntax (DSS) parser

latest
Source
npmnpm
Version
1.0.0-rc.14
Version published
Maintainers
0
Created
Source

@vltpkg/dss-parser

The Dependency Selector Syntax parser used by the vlt client.

Uses postcss-selector-parser to parse a selector string into an AST.

Usage

import { parse } from '@vltpkg/dss-parser'

// Parse a selector string into an AST
const ast = parse(':root > *')

FAQs

Package last updated on 13 Jan 2026

Did you know?

Socket

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.

Install

Related posts