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

ep_adminpads2

Package Overview
Dependencies
Maintainers
3
Versions
88
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.3 to 2.1.4

3

index.js

@@ -69,3 +69,3 @@ const $ = require('cheerio');

exports.socketio = (hook_name, args) => {
exports.socketio = (hookName, args, cb) => {
io = args.io.of('/pluginfw/admin/pads');

@@ -94,2 +94,3 @@ io.on('connection', (socket) => {

});
return cb();
};

@@ -96,0 +97,0 @@

{
"name": "ep_adminpads2",
"version": "2.1.3",
"version": "2.1.4",
"description": "Etherpad plugin to list and delete pads in /admin.",

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

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