Socket
Socket
Sign inDemoInstall

calculate-correlation

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

.github/workflows/test.yml

10

CHANGELOG.md

@@ -5,5 +5,11 @@ # Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.2.2] - 2021-06-11
- Updated dependencies (dev).
- Pull requests from dependabot to fix a couple alerts.
## [1.2.1] - 2020-11-04

@@ -10,0 +16,0 @@

9

package.json
{
"name": "calculate-correlation",
"version": "1.2.1",
"version": "1.2.2",
"description": "Calculates the correlation coefficient of two arrays. Simple, with no dependencies",

@@ -29,8 +29,9 @@ "keywords": [

"scripts": {
"test": "mocha --recursive --watch"
"test:dev": "mocha --recursive --watch",
"test": "mocha --recursive"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.2"
"chai": "^4.3.4",
"mocha": "^9.0.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc