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

bollinger-bands

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bollinger-bands - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

8

package.json
{
"name": "bollinger-bands",
"version": "3.0.1",
"version": "3.0.2",
"description": "Fintach math utility to calculate bollinger bands.",

@@ -47,6 +47,6 @@ "main": "lib/index.js",

"babel-cli": "^6.16.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-exponentiation-operator": "^6.8.0",

@@ -57,4 +57,4 @@ "babel-plugin-transform-inline-environment-variables": "^6.8.0",

"babel-register": "^6.24.1",
"codecov": "^3.8.1",
"nyc": "^11.1.0",
"codecov": "^2.3.0",
"rollup": "^0.49.3",

@@ -61,0 +61,0 @@ "rollup-plugin-babel": "^3.0.2",

@@ -16,2 +16,12 @@ [![Build Status](https://travis-ci.org/kaelzhang/bollinger-bands.svg?branch=master)](https://travis-ci.org/kaelzhang/bollinger-bands)

# MAINTENANCE WARNING
This module is lack of maintenance.
If you are familiar with python programming maybe you could check [**stock-pandas**](https://github.com/kaelzhang/stock-pandas) which provides powerful statistic indicators support, and is backed by [`numpy`](https://numpy.org/) and [`pandas`](https://pandas.pydata.org/).
The performance of [**stock-pandas**](https://github.com/kaelzhang/stock-pandas) is many times higher than JavaScript libraries, and can be directly used by machine learning programs.
****
# bollinger-bands

@@ -18,0 +28,0 @@

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