Socket
Socket
Sign inDemoInstall

in-memory-queue

Package Overview
Dependencies
13
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

GulpFile.js

@@ -80,3 +80,3 @@ 'use strict';

*/
gulp.task('check', ['eslint']);
gulp.task('check', ['eslint', 'test']);

@@ -83,0 +83,0 @@ /**

{
"name": "in-memory-queue",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple in-memory job queue",

@@ -40,3 +40,4 @@ "main": "index.js",

"node": ">=6.11.1"
}
},
"keywords": ["queue", "pub-sub", "kafka", "in-memory queue", "broker"]
}

@@ -1,2 +0,4 @@

# in-memory-queue
# in-memory-queue
##### https://www.npmjs.com/package/in-memory-queue
### Properties :

@@ -140,3 +142,8 @@ - Concurrent read and writes

- add a referrence to `in-memory-queue` as follows in `package.json`:
- Method 1 (Update):
- do `npm install in-memory-queue`
- Method 2 (Direct clone):
- add a referrence to `in-memory-queue` as follows in `package.json`:
```

@@ -146,5 +153,6 @@ "dependencies": {

```
- do `npm install`
- do `npm install`
-
### Test :
- do `npm test`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc