You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://bsky.app/profile/socket.dev)
8
8
9
-
TypeScript-first Package URL (purl) parser and builder. **Drop-in replacement** for [`packageurl-js`](https://socket.dev/npm/package/packageurl-js) with better types and zero dependencies.
10
-
11
-
**Why use this?**
12
-
- 🎯 **TypeScript-first**: Full type safety and IntelliSense
TypeScript Package URL (purl) parser and builder. Drop-in replacement for [`packageurl-js`](https://socket.dev/npm/package/packageurl-js) with full type safety, zero dependencies, and spec compliance with the [Package URL specification](https://github.com/package-url/purl-spec).
16
10
17
11
## Installation
18
12
19
13
```sh
20
14
pnpm install @socketregistry/packageurl-js
21
15
```
22
16
23
-
**Package override**(recommended for drop-in replacement):
0 commit comments