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

bull-repl

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bull-repl - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

2

index.js

@@ -26,3 +26,3 @@ #!/usr/bin/node

}));
console.table(data);
console.dir(data, { colors: true, depth: null });
};

@@ -29,0 +29,0 @@ const checkQueue = async () => {

@@ -21,3 +21,3 @@ import Queue, { Job, Queue as TQueue } from 'bull';

}));
console.table(data);
console.dir(data, {colors: true, depth: null});
};

@@ -24,0 +24,0 @@

{
"name": "bull-repl",
"version": "0.4.1",
"version": "0.5.0",
"description": "Bull queue command line REPL",

@@ -5,0 +5,0 @@ "repository": {

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