Socket
Socket
Sign inDemoInstall

js-queue

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

licence.md

7

package.json
{
"name": "js-queue",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple JS queue with auto run for node and browsers",

@@ -9,2 +9,5 @@ "main": "queue.js",

},
"engines" : {
"node" : ">=0.13.0"
},
"repository": {

@@ -25,3 +28,3 @@ "type": "git",

"author": "Brandon Nozaki Miller",
"license": "UNLICENSED",
"license": "DBAD",
"bugs": {

@@ -28,0 +31,0 @@ "url": "https://github.com/RIAEvangelist/js-queue/issues"

@@ -1,14 +0,9 @@

# js-queue
# js-queue Is Great for any queue
# Stable
Works great in node.js, webpack, browserify, or any other commonjs loader or compiler. To use in plain old vanilla browser javascript without common js just replace the requires in the examples with script tags. We show that below too.
## Great for
1. socket communication
1. socket message queuing
2. async operations
3. synchronous operations
4. atomic operations
3. code with requirements before executing code
4. queues you want to start execution any time you add a new item
3. code with requirements before executing
4. queues you want to start running any time you add new items
5. any simple or complex queue operations

@@ -18,2 +13,22 @@ 6. base class to extend

# Stable and easy to use
Works great in node.js, webpack, browserify, or any other commonjs loader or compiler. To use in plain old vanilla browser javascript without common js just replace the requires in the examples with script tags. We show that below too.
**npm install js-queue**
npm info : [See npm trends and stats for node-ipc](http://npm-stat.com/charts.html?package=js-queue&author=&from=&to=)
![node-ipc npm version](https://img.shields.io/npm/v/js-queue.svg) ![supported node version for js-queue](https://img.shields.io/node/v/js-queue.svg) ![total npm downloads for js-queue](https://img.shields.io/npm/dt/js-queue.svg) ![monthly npm downloads for js-queue](https://img.shields.io/npm/dm/js-queue.svg) ![npm licence for js-queue](https://img.shields.io/npm/l/js-queue.svg)
[![RIAEvangelist](https://avatars3.githubusercontent.com/u/369041?v=3&s=100)](https://github.com/RIAEvangelist)
GitHub info :
![js-queue GitHub Release](https://img.shields.io/github/release/RIAEvangelist/node-ipc.svg) ![GitHub license js-queue license](https://img.shields.io/github/license/RIAEvangelist/js-queue.svg) ![open issues for js-queue on GitHub](https://img.shields.io/github/issues/RIAEvangelist/js-queue.svg)
Package details websites :
* [GitHub.io site](http://riaevangelist.github.io/js-queue/ "js-queue documentation"). A prettier version of this site.
* [NPM Module](https://www.npmjs.org/package/js-queue "js-queue npm module"). The npm page for the js-queue module.
This work is licenced via the [DBAD Public Licence](http://www.dbad-license.org/).
## Exposed methods and values

@@ -20,0 +35,0 @@

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