Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/queue

Package Overview
Dependencies
Maintainers
1
Versions
226
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.57 to 2.0.58

11

lib/config/queue.d.ts

@@ -1,2 +0,11 @@

export {};
declare const queue: {
queue: {
default: string;
connections: {
name: string;
service: string;
}[];
};
};
export default queue;
//# sourceMappingURL=queue.d.ts.map

8

lib/config/queue.js

@@ -1,6 +0,2 @@

//import { join, normalize, resolve } from 'path';
// function dir(path: string) {
// return resolve(normalize(join(__dirname, path)));
// }
module.exports = {
const queue = {
queue: {

@@ -19,3 +15,3 @@ // by default, all messages are sent to black hole

};
export {};
export default queue;
//# sourceMappingURL=queue.js.map
{
"name": "@spinajs/queue",
"version": "2.0.57",
"version": "2.0.58",
"description": "queue sending & pulling made easy",

@@ -48,7 +48,7 @@ "exports": "./lib/index.js",

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

@@ -55,0 +55,0 @@ },

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