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

statistics

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statistics - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.npmignore

29

package.json

@@ -1,12 +0,17 @@

{ "name": "statistics"
, "version": "1.0.0"
, "description": ""
, "homepage": "http://github.com/dominictarr/stats"
, "main": "./lib/stats"
, "repository":
{ "type": "git"
, "url": "https://github.com/dominictarr/stats.git" }
, "dependencies": {}
, "devDependencies": {}
, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)"
, "scripts": { "test": "meta-test test/*.js" } }
{
"name": "statistics",
"version": "2.0.0",
"description": "calculate mean standard deviation in one pass",
"homepage": "http://github.com/dominictarr/statistics",
"repository": {
"type": "git",
"url": "https://github.com/dominictarr/statistics.git"
},
"devDependencies": {
"tape": "^4.2.2"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)",
"scripts": {
"test": "node test/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