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 2.0.2 to 3.0.0

2

lib/index.js

@@ -193,3 +193,3 @@ 'use strict';

upper: add$1(avg, timesSd),
mid: avg,
middle: avg,
lower: sub$1(avg, timesSd)

@@ -196,0 +196,0 @@ };

{
"name": "bollinger-bands",
"version": "2.0.2",
"version": "3.0.0",
"description": "Fintach math utility to calculate bollinger bands.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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

- **upper** `Number` the value of the upper band
- **mid** `Number` the value middle band (moving average)
- **middle** `Number` the value middle band (moving average)
- **lower** `Number` the value of the lower band

@@ -56,0 +56,0 @@

@@ -26,5 +26,5 @@ import deviation from 's-deviation'

upper: add(avg, timesSd),
mid: avg,
middle: avg,
lower: sub(avg, timesSd)
}
}
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