Socket
Socket
Sign inDemoInstall

@bangle.dev/collab-manager

Package Overview
Dependencies
4
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

0.32.1

Diff

kepta
published 0.32.0 •

Changelog

Source

0.32.0

  • Dependency updates
kepta
published 0.31.6 •

Changelog

Source

0.31.6

  • enhancement: @bangle.dev/markdown updated the inlineNodeParser's parameter getTokenDetails to provide extra information in the callback and you can return in the callback whether a white space needs to be added before or after.
inlineNodeParser(md, {
    tokenName: 'note_tag',
    regex: MARKDOWN_REGEX,
    // new parameters `offset` and `srcText`
    getTokenDetails: (match, offset, srcText) => {
       // use extra information to return the token details
       return {
            payload: string;
            markup: string;
            // Tell whether to insert a space before this token
            whiteSpaceBefore?: boolean;
            // Tell whether to insert a space after this token
            whiteSpaceAfter?: boolean;
       }
    }
});
kepta
published 0.31.5 •

kepta
published 0.31.4 •

kepta
published 0.31.3 •

Changelog

Source

0.31.3

  • enhancement: @bangle.dev/collab-manager allows you to manually request (use collabManager.requestDeleteInstance(...)) deletion of an instance to save memory.
kepta
published 0.31.2 •

Changelog

Source

0.31.2

  • enhancement: @bangle.dev/collab-manager added two classes bangle-collab-active and bangle-collab-frozen on editor to indicate whether the editor is active or frozen to reflect the collaboration state.
kepta
published 0.31.1 •

Changelog

Source

0.31.1

  • enhancement: @bangle.dev/collab-manager reduce logging.
kepta
published 0.31.0 •

Changelog

Source

0.31.0

  • Breaking: @bangle.dev/collab-client has been rewritten. Docs are still WIP.
  • New package: @bangle.dev/collab-comms for communicating between collab-manager and collab-client. Docs are still WIP.
  • New package: @bangle.dev/collab-manager for managing collab-client. Docs are still WIP.
  • Archived: @bangle.dev/disk and @bangle.dev/collab-server have been archived.
kepta
published 0.30.0-alpha.15 •

2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc