Socket
Socket
Sign inDemoInstall

js_cols

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    js_cols

Data structures for JavaScript


Version published
Weekly downloads
94
increased by34.29%
Maintainers
1
Install size
714 kB
Created
Weekly downloads
 

Readme

Source

js_cols [![Build Status] (https://travis-ci.org/thomasstjerne/js_cols.svg?branch=master)] (https://travis-ci.org/thomasstjerne/js_cols/) Coverage Status

js_cols is a library of powerful collection data structures for JavaScript. js_cols provides Lists, FIFO queues, LIFO Stacks, Priority Queues, sorted and unsorted Sets and Maps, Bags (Multi Sets) and Multi Maps.

The project adds functionality to the JavaScript language, similar to that of java.util (for Java) and the C5 Library (for C#). The Library stands alone and is easy integratable in all kinds of JavaScript projects.

Quick start

Browser based applications:

  • Install js_cols with Bower.
$ bower install js_cols --save
  • Include the library in your index.html:
<script src="bower_components/js_cols/dist/js_cols.min.js"></script>

Server applications:

  • Install js_cols with NPM.
$ npm install js_cols --save
  • Require the module in your app:
var js_cols = require('js_cols');

Documentation

[license] (https://github.com/thomasstjerne/js_cols/blob/master/LICENSE)

The js_cols library was designed and written by Thomas Stjernegaard Jeppesen, 2010

Keywords

FAQs

Last updated on 27 Dec 2014

Did you know?

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

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