
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
nodejs-confluence-export
Advanced tools
CLI tool to export Confluence pages by space with flexible filtering options.
CLI tool to export Confluence pages by space with flexible filtering options.
npm install.env.example to .env and filling in your Atlassian details:
ATLASSIAN_SITE_NAME: Your Confluence site name (e.g., mycompany for mycompany.atlassian.net)ATLASSIAN_USER_EMAIL: Your email address used for ConfluenceATLASSIAN_API_TOKEN: Your Atlassian API tokenBuild the tool:
npm run build
Export a space:
node dist/index.js export --space <SPACE_KEY> [options]
Or using the NPM script:
npm run start:cli -- export --space <SPACE_KEY> [options]
For development (watches changes):
npm run dev:cli -- export --space <SPACE_KEY> [options]
-s, --space <spaceKey>: (Required) The key of the Confluence space to export-o, --output-dir <path>: Directory to save exported files (default: ./output)-f, --format <format>: Export format - markdown or html (default: markdown)--ignore <filter...>: Pages to ignore. Format: "parent:ID" to ignore a page and all children, or "title:REGEX" to ignore pages matching regex pattern. Can be used multiple times.Export a space to a custom directory:
npm run dev:cli -- export --space DEV --output-dir ./my-exports
Export a space and ignore a specific page and all its children:
npm run dev:cli -- export --space DEV --ignore parent:12345678
Export a space and ignore all pages containing "DRAFT" in the title:
npm run dev:cli -- export --space DEV --ignore title:DRAFT
Use multiple ignore filters:
npm run dev:cli -- export --space DEV --ignore parent:12345678 --ignore title:DRAFT
npm testnpm run formatnpm run lintFAQs
CLI tool to export Confluence pages by space with flexible filtering options.
The npm package nodejs-confluence-export receives a total of 1 weekly downloads. As such, nodejs-confluence-export popularity was classified as not popular.
We found that nodejs-confluence-export 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.