
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@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 41 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.

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

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.