queueobj 10.5.0 → 10.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
- package/test/package.js +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
+
# QueueObj [](https://github.com/queueobj/queueobj/actions/workflows/codeql-analysis.yml) [](https://github.com/queueobj/queueobj/actions/workflows/node.js.yml)
|
|
1
2
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
[](https://nodei.co/npm/log4js-tagline/)
|
|
3
|
+
[](https://nodei.co/npm/queueobj/)
|
|
5
4
|
|
|
6
5
|
Queue javascript objects dynamically then process the queue according to the appender.
|
|
7
6
|
|
|
@@ -18,7 +17,7 @@ Included tag appenders:
|
|
|
18
17
|
Installation
|
|
19
18
|
---------
|
|
20
19
|
```
|
|
21
|
-
npm install
|
|
20
|
+
npm install queueobj
|
|
22
21
|
```
|
|
23
22
|
|
|
24
23
|
Mocha Test
|
package/package.json
CHANGED