🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@kjanat/svg-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kjanat/svg-toolkit

All svg-toolkit CLIs in one install: svg-language-server (svg-ls), svg-lint, and svg-format.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@kjanat/svg-toolkit

Every svg-toolkit CLI in one install:

npm install -g @kjanat/svg-toolkit

puts svg-language-server (alias svg-ls), svg-lint, and svg-format on your PATH, via exact-pinned dependencies on the individual packages.

Why not just svg-toolkit?

Because npm. The unscoped name svg-toolkit has been squatted since 2019 by an abandoned "base 3d" package, and npm's name police block anything that even smells like an existing name — which is also why there is no unscoped svg-lint (npm considers it "too similar" to svglint; fucking great, thanks npm). So: scoped it is.

Prefer the individual tools?

ToolUnscoped aliasCanonical
LSP serversvg-language-server@svg-toolkit/svg-language-server
Linter— (blocked by npm)@svg-toolkit/svg-lint
Formattersvg-format@svg-toolkit/svg-format

Each resolves a prebuilt native binary for your platform via optionalDependencies on @svg-toolkit/* platform packages — no postinstall step, no install-time network access outside npm.

Docs: https://github.com/kjanat/svg#readme

Keywords

svg

FAQs

Package last updated on 12 Jul 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