Socket
Socket
Sign inDemoInstall

algostrata

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algostrata - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

build/index.js

@@ -38,3 +38,3 @@ "use strict";

var differenceInReturnsAtYear = newReturnsFirstYear + Math.pow(newReturns, atYear - 1) - Math.pow(baseReturns, atYear);
var differenceInReturnsAtYear = newReturnsFirstYear * Math.pow(newReturns, atYear - 1) - Math.pow(baseReturns, atYear);

@@ -41,0 +41,0 @@ return initialValue * differenceInReturnsAtYear;

{
"name": "algostrata",
"version": "1.1.2",
"version": "1.1.3",
"description": "calculation library for algostrata",

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

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