Skip to content

Commit 556e79c

Browse files
committed
chore(deps): update @socketsecurity/lib to 3.3.0
1 parent d1be3dc commit 556e79c

File tree

6 files changed

+13
-1702
lines changed

6 files changed

+13
-1702
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
[![Follow @SocketSecurity](https://img.shields.io/twitter/follow/SocketSecurity?style=social)](https://twitter.com/SocketSecurity)
99
[![Follow @socket.dev on Bluesky](https://img.shields.io/badge/Follow-@socket.dev-1DA1F2?style=social&logo=bluesky)](https://bsky.app/profile/socket.dev)
1010

11-
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).
11+
TypeScript Package URL (purl) parser and builder.
12+
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).
1213

1314
## What is a PURL?
1415

@@ -35,7 +36,7 @@ pkg:maven/org.springframework/spring-core@5.3.21
3536

3637
**Supports 35+ ecosystems**: npm, pypi, maven, gem, cargo, nuget, composer, golang, docker, and more.
3738

38-
## Installation
39+
## Install
3940

4041
```sh
4142
pnpm install @socketregistry/packageurl-js
@@ -125,22 +126,16 @@ function processPurl(type: EcosystemString) {
125126
}
126127
```
127128

128-
## Documentation
129-
130-
| Doc | Description |
131-
|-----|-------------|
132-
| **[Getting Started](./docs/getting-started.md)** | Quick start for contributors (5 min setup) |
133-
| **[API Reference](./docs/api-reference.md)** | Complete API documentation |
134-
| **[Examples](./docs/usage-examples.md)** | Common use cases and patterns |
135-
136129
## Development
137130

138-
**New to the project?** See the [**Getting Started Guide**](./docs/getting-started.md) for setup, workflow, and contribution guidelines.
139-
140131
**Quick commands:**
141132
```bash
142133
pnpm install # Install dependencies
143134
pnpm build # Build
144135
pnpm test # Test
145136
pnpm check # Lint + typecheck
146137
```
138+
139+
## License
140+
141+
MIT

0 commit comments

Comments
 (0)