
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
bare-collabora
Advanced tools
Collabora bindings for Bare.
npm i bare-collabora
const { Document } = require('bare-collabora')
const document = new Document('/path/to/sample.md')
document.saveAs('/path/to/sample.pdf')
const document = new Document(url)Loads the document at url. The url is a local file path or a file: URL pointing to a document in any format supported by Collabora. Throws if the document cannot be opened.
document.saveAs(url[, format[, options]])Saves document to url in the given format. If format is omitted, it is inferred from the extension of url. options is a comma-separated string of filter options forwarded to Collabora; see the Collabora documentation for the filters available for a given format. Throws if the document cannot be saved.
Apache-2.0
FAQs
Collabora bindings for Bare
We found that bare-collabora 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.