Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ep_push2delete

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_push2delete - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

index.js

@@ -47,4 +47,6 @@ var eejs = require('ep_etherpad-lite/node/eejs')

exports.eejsBlock_editbarMenuRight = function(hook_name, args, cb) {
args.content = eejs.require('ep_push2delete/templates/delete_button.ejs') + args.content;
cb()
}
if(!args.renderContext.req.url.match(/^\/(p\/r\..{16})/)) {
args.content = eejs.require('ep_push2delete/templates/delete_button.ejs') + args.content;
}
cb();
};
{
"name": "ep_push2delete",
"version": "0.1.1",
"version": "0.1.2",
"description": "Displays a button that will allow anyone to fully delete the pad they're viewing.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/marcelklehr/ep_push2delete",

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