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

imq

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imq - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "imq",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple JSON-based messaging queue for inter service communication",

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

@@ -50,3 +50,3 @@ # I Message Queue (imq)

const delay = 1000;
await queueOne.send('QueueOne', { 'i am delayed by': delay }, delay);
await queueOne.send('QueueOne', { delay }, delay);
})();

@@ -53,0 +53,0 @@ ~~~

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