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

@arction/lcjs-analysis

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arction/lcjs-analysis

A data analysis library.

  • 1.0.4
  • beta
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

LCJS data analysis tools

A collection of technical analysis tools for trading, finance, investing. Calculates Technical Indicators from data. Designed to work directly with LightningChart® JS charting library. https://www.arction.com/

Installation

npm install --save @arction/lcjs-analysis

Documentation

Online documentation is available at arction.github.io/lcjs-analysis

Getting started

import { simpleMovingAverage } from '@arction/lcjs-analysis'

...

Development instructions

The project is developed using TypeScript. Build system of the project heavily relies on Node.js. Dependencies are managed with npm, therefore, remember to run npm install before starting of anything else.

The project uses RollUp for creating the distributable library files.

There are several npm scripts, which are used in development process:

NameCommandDescription
testnpm testrun tests and watch
lintnpm run lintrun static analyzer and watch
ci:testnpm run ci:testrun tests once
ci:lintnpm run ci:lintrun static analyzer once
ci:watchnpm run ci:watchrun CI circle and watch
buildnpm run buildbuild the library
build:watchnpm run build:watchbuild the library and watch
docsnpm run docsbuild documentation

Keywords

FAQs

Package last updated on 30 Sep 2019

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