
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
firestore-schema-viewer-dist
Advanced tools
FireSchema static files only — zero dependencies. Drop-in viewer for Firestore database schemas.
Static files only — zero dependencies. This is the distribution package for FireSchema.
Use this package when you just need the viewer files without pulling in React, Radix, or any other dependency. Like swagger-ui-dist for Swagger.
npm install firestore-schema-viewer-dist
This installs only 3 files (~725 KB total, no node_modules tree):
fsv.umd.js — the viewer bundle (React included)style.css — compiled stylesindex.html — template to customizecp node_modules/firestore-schema-viewer-dist/fsv.umd.js docs/
cp node_modules/firestore-schema-viewer-dist/style.css docs/
Then create your docs/index.html:
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Database Schema</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="schema-viewer"></div>
<script src="./fsv.umd.js"></script>
<script>
FirestoreSchemaViewer.render('#schema-viewer', {
title: 'My Project',
schemas: [
'./schemas/users.schema.json',
'./schemas/products.schema.json'
]
})
</script>
</body>
</html>
<link rel="stylesheet" href="./node_modules/firestore-schema-viewer-dist/style.css">
<script src="./node_modules/firestore-schema-viewer-dist/fsv.umd.js"></script>
Then serve with npx serve .
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/firestore-schema-viewer-dist@0.2/style.css">
<script src="https://cdn.jsdelivr.net/npm/firestore-schema-viewer-dist@0.2/fsv.umd.js"></script>
See the main repo: github.com/juanisidoro/firestore-schema-viewer
FAQs
FireSchema static files only — zero dependencies. Drop-in viewer for Firestore database schemas.
The npm package firestore-schema-viewer-dist receives a total of 1 weekly downloads. As such, firestore-schema-viewer-dist popularity was classified as not popular.
We found that firestore-schema-viewer-dist 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.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.