You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

keuss

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

7

app.js

@@ -7,2 +7,3 @@ 'use strict';

var async = require ('async');
var basicAuth = require ('express-basic-auth');

@@ -27,2 +28,8 @@ var routes_q = require ('./routes/q');

app.use(basicAuth({
users: (Config.http && config.http.users) || { 'root': 'Waiwah0G' },
challenge: true,
realm: 'Keuss'
}));
app.use ('/public', express.static (path.join (__dirname, 'public')));

@@ -29,0 +36,0 @@ app.use (bodyParser.urlencoded ({extended: true}));

5

package.json
{
"name": "keuss",
"version": "0.0.2",
"version": "0.0.3",
"keywords": ["queue", "job"],

@@ -33,3 +33,4 @@ "homepage":"https://github.com/pepmartinez/keuss",

"commander": "2.9.0",
"pretty-hrtime": "1.0.3"
"pretty-hrtime": "1.0.3",
"express-basic-auth":"1.0.1"
},

@@ -36,0 +37,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc