Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@barchart/common-js

Package Overview
Dependencies
Maintainers
1
Versions
457
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.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
788
decreased by-40.3%
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

FAQs

Package last updated on 23 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc