npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@slates-integrations/confluence

v0.2.0-rc.13

Published

Create, read, update, and delete pages, blog posts, comments, and attachments in Confluence spaces. List spaces, manage labels, content restrictions, and page properties, and search content using Confluence Query Language (CQL). Upload, inspect, list, and

Downloads

392

Readme

Confluence

Create, read, update, and delete pages, blog posts, comments, and attachments in Confluence spaces. List spaces, manage labels, content restrictions, and page properties, and search content using Confluence Query Language (CQL). Upload, inspect, list, and delete file attachments with version metadata. Read current user and group information. Listen for webhooks on page, blog, comment, attachment, space, and label events.

Tools

Create Page

Create a new Confluence page in a specified space. The body should be in Confluence storage format (XHTML-based). Optionally set a parent page to create hierarchical content.

Delete Page

Delete a Confluence page by ID. The page is moved to trash and can be restored later.

Get Attachments

List file attachments on a Confluence page or blog post. Returns attachment metadata including file name, media type, size, and download link.

Upload Attachment

Upload a file attachment to a Confluence page or blog post from base64-encoded content.

Get Attachment

Retrieve a Confluence attachment by ID, including file metadata and download link when available.

Delete Attachment

Delete a Confluence attachment by ID. Attachments are moved to trash unless purged after being trashed.

Get Content Versions

Retrieve the version history of a Confluence page or blog post. Shows who made changes, when, and their version messages.

Get Page Children

Retrieve the direct child pages of a Confluence page. Useful for navigating the page hierarchy.

Get Page

Retrieve a Confluence page by its ID, with optional body content. Returns page metadata including title, space, version, and status. Use includeBody to fetch the full storage-format content.

List Pages

List Confluence pages, optionally filtered by space, title, or status. Returns page metadata for each result. Supports pagination via cursor.

List Spaces

List Confluence spaces with optional filtering by space key, type, or status. Returns space metadata including name, key, and type.

List Blog Posts

List Confluence blog posts, optionally filtered by space or title. Returns blog post metadata for each result.

Get Comments

Retrieve footer comments on a Confluence page. Returns comment metadata and body content.

Get Labels

Get all labels on a Confluence content item (page, blog post, or attachment).

Get Page Properties

Retrieve all content properties (key-value metadata) for a Confluence page.

Get Content Restrictions

Get read and update restrictions on a Confluence content item. Shows which users and groups have restricted access.

Get Current User

Retrieve the currently authenticated Confluence user's profile information.

Search Content

Search Confluence content by plain text or advanced CQL. Use query for normal keyword searches such as release notes, or use cql for structured filters such as type=page AND space=DEV or text ~ "release notes".

Update Page

Update an existing Confluence page's title, body, or status. Requires the current version number to prevent conflicts. If you don't know the current version, use Get Page first to retrieve it.

License

This integration is licensed under the FSL-1.1.