🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

ss-queue

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ss-queue

[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![npm version](https://badge.fury.io/js/ss-queue.svg)](https://badge.fury.io/js/ss-queue)

1.0.5
latest
Version published
Weekly downloads
8.1K
-15.04%
Maintainers
1
Weekly downloads
 
Created

ss-queue

MIT Licence npm version

Data Structure Serial - Queue

  • written in Typescript
  • inner use Singly-Linked List;
  • fully tested

Refer:

Installation

Node.js / Browserify

npm install ss-queue --save
var Queue = require('ss-queue');

Global object

Include the pre-built script.

<script src="./dist/index.umd.min.js"></script>

Build & test

npm run build
npm test

document

npm run doc

then open the generated out/index.html file in your browser.

License

MIT.

FAQs

Package last updated on 26 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts