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

ep_adminpads2

Package Overview
Dependencies
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_adminpads2 - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

3

ep.json

@@ -11,5 +11,2 @@ {

"eejsBlock_adminMenu": "ep_adminpads2"
},
"client_hooks": {
"documentReady": "ep_adminpads2/static/js/admin/pads"
}

@@ -16,0 +13,0 @@ }

2

package.json
{
"name": "ep_adminpads2",
"version": "2.1.1",
"version": "2.1.2",
"description": "Etherpad plugin to list and delete pads in /admin.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,11 +0,9 @@

let query = {
pattern: '',
offset: 0,
limit: 12,
};
let total;
$(() => {
let query = {
pattern: '',
offset: 0,
limit: 12,
};
let total;
exports.documentReady = async (hookName, context) => {
if (context !== 'admin/pads') return;
const basePath = location.pathname.split('/').slice(0, -2).join('/'); // Strip /admin/plugins.

@@ -159,4 +157,2 @@ const socketioPath = `${basePath}/socket.io`;

socket.emit('load');
search();
return;
};
});

Sorry, the diff of this file is not supported yet

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