New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ep_comments_page

Package Overview
Dependencies
Maintainers
6
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_comments_page - npm Package Compare versions

Comparing version 0.1.21 to 0.1.22

3

exportHTML.js

@@ -35,4 +35,3 @@ const _ = require('ep_etherpad-lite/static/js/underscore');

exports.exportHTMLAdditionalContent = async (hookName, context) => {
let padId = context;
exports.exportHTMLAdditionalContent = async (hookName, {padId}) => {
let comments = await commentManager.getComments(padId)

@@ -39,0 +38,0 @@ if(!comments.comments) return;

{
"description": "Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.",
"name": "ep_comments_page",
"version": "0.1.21",
"version": "0.1.22",
"author": {

@@ -6,0 +6,0 @@ "name": "Nicolas Lescop",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc