Socket
Socket
Sign inDemoInstall

@pager/minion-army

Package Overview
Dependencies
Maintainers
51
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pager/minion-army - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

cloudbuild.yaml

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [2.1.0](https://github.com/pagerinc/minion-army/compare/v2.0.0...v2.1.0) (2023-05-08)
### Features
* add requeue to the schema ([#453](https://github.com/pagerinc/minion-army/issues/453)) ([74a5c41](https://github.com/pagerinc/minion-army/commit/74a5c4127aee8513500edfe04760bf03ffee057f))
# [2.0.0](https://github.com/pagerinc/minion-army/compare/v1.3.0...v2.0.0) (2020-08-19)

@@ -2,0 +9,0 @@

3

lib/schema.js

@@ -22,3 +22,4 @@ 'use strict';

prefetch: Joi.number(),
queueMode: Joi.string()
queueMode: Joi.string(),
requeue: Joi.boolean()
});

@@ -25,0 +26,0 @@

{
"name": "@pager/minion-army",
"version": "2.0.0",
"version": "2.1.0",
"description": "Microservice Framework for RabbitMQ Workers",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"@hapi/eslint-plugin-hapi": "4.x",
"@pager/semantic-release-config": "1.x",
"@pager/semantic-release-config": "2.x",
"ava": "3.x",

@@ -39,3 +39,3 @@ "eslint": "7.x",

"nyc": "15.x",
"semantic-release": "17.x"
"semantic-release": "21.x"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

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