
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
libsql-viewer
Advanced tools
libsql-viewer is a web-based libsql database browser written in JavaScript. It is desinged to be embeded in a npm project as an easy to use light weight cross platform tool in development.
npm install --save-dev libsql-viewer
Via the command line:
libsql-viewer <url or file>
--auth-token <token>
<the rest of the libsql client args>
--port <port = 3000>
libsql-viewer ./my-db.db
Via code:
import libsqlViewer from "libsql-viewer"
import { createClient } from "@libsql/client"
libsqlViewer({
client: creatClient({ ... }),
port: 3000
})

FAQs
A sqlite-web-like-lite for nodejs & libsql
We found that libsql-viewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

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