
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
@framv/sheet
Advanced tools
Spreadsheet component for framv — sort, filter, formulas and CSV export as a declarative custom element
<framv-sheet> — spreadsheet component with sort, filter, formula bar, and CSV/PDF export.
npm install @framv/sheet
<script src="https://cdn.jsdelivr.net/npm/@framv/core/dist/bundle.iife.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@framv/sheet/dist/bundle.iife.js"></script>
<framv-sheet sortable filterable>
<table>
<thead>
<tr>
<th>Product</th>
<th>Price</th>
<th>Stock</th>
</tr>
</thead>
<tbody>
<tr>
<td>Widget</td>
<td>29.99</td>
<td>150</td>
</tr>
<tr>
<td>Gadget</td>
<td>49.99</td>
<td>85</td>
</tr>
</tbody>
</table>
</framv-sheet>
| Attribute | Description |
|---|---|
sortable | Click headers to sort |
filterable | Show filter row |
editable | Inline cell editing |
Supports =SUM(A2:A10), =AVG(B:B), =MAX(...), =MIN(...), =COUNT(...).
CSV and PDF export buttons in the toolbar.
FAQs
Spreadsheet component for framv — sort, filter, formulas and CSV export as a declarative custom element
The npm package @framv/sheet receives a total of 23 weekly downloads. As such, @framv/sheet popularity was classified as not popular.
We found that @framv/sheet 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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.