New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@barchart/common-js

Package Overview
Dependencies
Maintainers
1
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barchart/common-js

Library of common javascript utilities

3.0.4
Source
npm
Version published
Weekly downloads
247
-12.1%
Maintainers
1
Weekly downloads
 
Created
Source

barchart-common-js

Common JavaScript classes, utilities, and functions

Utilities that can be used in a browser or Node.js environment.

Features include:

  • Simple utilities (type checking, assertions, bit masking, etc)
  • Data structures (decimals, days, enumerations, etc)
  • Simple collections (queues, stacks, trees, etc)
  • Specialized collections (priority queues, evicting lists, evicting maps, etc)
  • Timing utilities (wrappers for setTimeout and setInterval)
  • More

Documentation

The code is documented with JSDoc. While the output hasn't been committed to source control, you can generate the documentation by using the following commands:

> npm install
> gulp document

Development

Gulp is used to check "linting" and run unit tests, as follows:

> npm install
> gulp lint
> gulp test

Build

Polyfills for ES6 are required:

  • Promise

License

This software is provided under the MIT license.

Keywords

Barchart

FAQs

Package last updated on 26 Aug 2017

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