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.2 to 0.1.3

2

package.json
{
"name": "ep_push2delete",
"version": "0.1.2",
"version": "0.1.3",
"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",

# 1 click to delete your etherpad
It's as easy as that. There'll be a button. Push it. And your pad will be deleted. Removed. Gone. With all its history. :')
It's as easy as that. There'll be a button. Push it. Confirm it. ZAPP, your pad will be deleted. Removed. Gone, with all its history... :')

@@ -10,7 +10,7 @@ ![Screenshot](https://raw.github.com/marcelklehr/ep_push2delete/master/screenshot.png)

Alternatively, browse to `http://yourEtherpadliteInstan.ce/admin/plugins`, search for `ep_push2delete` and click install.
Alternatively, browse to `http://<etherpad>/admin/plugins`, search for `ep_push2delete` and click install.
After restarting the server, the plugin takes effect.
The plugin takes effect, after restarting the server.
# License
MIT

@@ -15,5 +15,5 @@ function sendDeletionRequest(){

$('#deletePadButton').click(function() {
sendDeletionRequest()
if(confirm('Delete this pad? (There\'s no going back!)')) sendDeletionRequest()
})
cb()
}
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