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

nodebb-plugin-poll

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-poll - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

library.js

@@ -17,3 +17,3 @@ var NodeBB = require('./lib/nodebb'),

load: function(data, callback) {
app = expressApp;
app = data.app;
function renderAdmin(req, res, next) {

@@ -25,7 +25,7 @@ //Config.api(function(data) {

data.app.get('/admin/poll', data.middleware.admin.buildHeader, renderAdmin);
data.app.get('/api/admin/poll', renderAdmin);
data.router.get('/admin/poll', data.middleware.admin.buildHeader, renderAdmin);
data.router.get('/api/admin/poll', renderAdmin);
PluginSockets.poll = Sockets;
AdminSockets.poll = Config.settingSockets;
Utils.app = data.app;
Utils.app = data.router;
Utils.scheduler.init();

@@ -32,0 +32,0 @@ callback();

{
"name": "nodebb-plugin-poll",
"version": "0.1.0",
"version": "0.1.1",
"description": "NodeBB Poll Plugin",

@@ -5,0 +5,0 @@ "main": "library.js",

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