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

rjq-api-koa

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rjq-api-koa - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

examples/server.js
const Koa = require('koa')
const rjqApi = require('../index')
const rjqApiKoa = require('../index')
const app = new Koa()

@@ -8,3 +9,3 @@

app
.use(rjqApi('/rjq-api', {
.use(rjqApiKoa('/rjq-api', {
queues: ['Mathematics', 'RegistrationEmail'],

@@ -11,0 +12,0 @@ db: 'JobQueue'

{
"name": "rjq-api-koa",
"version": "1.0.1",
"version": "1.0.2",
"description": "Koa middleware for rjq-api",

@@ -23,3 +23,4 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./examples/server.js"
"start": "node ./examples/server.js",
"start:watch": "nodemon ./examples/server.js"
},

@@ -26,0 +27,0 @@ "repository": {

.idea/workspace.xml

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