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

@spinajs/queue

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/queue - npm Package Compare versions

Comparing version 2.0.172 to 2.0.173

3

lib/cjs/decorators.d.ts
export interface IEventOption {
/**
* Should event survive consumer restart ?
*/
durable?: boolean;

@@ -3,0 +6,0 @@ }

@@ -12,2 +12,4 @@ import { AsyncService, Constructor, IInstanceCheck, IMappableService } from '@spinajs/di';

Type: QueueMessageType;
Persistent: boolean;
Priority: number;
/**

@@ -51,2 +53,4 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker

Type: QueueMessageType;
Persistent: boolean;
Priority: number;
/**

@@ -193,2 +197,4 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker

export interface IMessageOptions {
Persistent: boolean;
Priority: number;
/**

@@ -195,0 +201,0 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker

export interface IEventOption {
/**
* Should event survive consumer restart ?
*/
durable?: boolean;

@@ -3,0 +6,0 @@ }

@@ -12,2 +12,4 @@ import { AsyncService, Constructor, IInstanceCheck, IMappableService } from '@spinajs/di';

Type: QueueMessageType;
Persistent: boolean;
Priority: number;
/**

@@ -51,2 +53,4 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker

Type: QueueMessageType;
Persistent: boolean;
Priority: number;
/**

@@ -193,2 +197,4 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker

export interface IMessageOptions {
Persistent: boolean;
Priority: number;
/**

@@ -195,0 +201,0 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker

12

package.json
{
"name": "@spinajs/queue",
"version": "2.0.172",
"version": "2.0.173",
"description": "queue sending & pulling made easy",

@@ -57,7 +57,7 @@

"dependencies": {
"@spinajs/configuration": "^2.0.172",
"@spinajs/di": "^2.0.172",
"@spinajs/exceptions": "^2.0.172",
"@spinajs/log": "^2.0.172",
"@spinajs/orm": "^2.0.172",
"@spinajs/configuration": "^2.0.173",
"@spinajs/di": "^2.0.173",
"@spinajs/exceptions": "^2.0.173",
"@spinajs/log": "^2.0.173",
"@spinajs/orm": "^2.0.173",
"luxon": "^3.2.1"

@@ -64,0 +64,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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