
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@bilig/xlsx
Advanced tools
@bilig/xlsx ZIP, address, streaming formula-cache, and source-preserving patch primitives for Bilig.
@bilig/xlsx provides ZIP, address, and source-preserving patch primitives used
by Bilig runtime packages. This package does not depend on SheetJS or the
xlsx CDN tarball.
Use exportXlsxSourceLiteralPatchesToFileAsync when a service needs to apply
scalar cell edits to an existing XLSX package while preserving untouched package
parts and avoiding full-source reads:
import { exportXlsxSourceLiteralPatchesToFileAsync } from '@bilig/xlsx'
await exportXlsxSourceLiteralPatchesToFileAsync({
source: fileBackedXlsxReader,
outputPath: './patched.xlsx',
sheetNames: ['Inputs'],
patches: [{ sheetName: 'Inputs', address: 'B3', value: 96000 }],
})
The file-backed source only needs byteLength and readRange(start, end) for
the streaming patch path. readBytes() is a fallback, not the normal path.
FAQs
@bilig/xlsx ZIP, address, streaming formula-cache, and source-preserving patch primitives for Bilig.
The npm package @bilig/xlsx receives a total of 32 weekly downloads. As such, @bilig/xlsx popularity was classified as not popular.
We found that @bilig/xlsx 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
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.