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

simple-statistics

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-statistics - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

.eslintrc

6

CHANGELOG.md
# CHANGELOG
## 0.9.2
* Improved test coverage
* Switched linting from JSHint to [eslint](http://eslint.org/) and fixed
style issues this uncovered.
## 0.9.1

@@ -4,0 +10,0 @@

10

package.json
{
"name": "simple-statistics",
"version": "0.9.1",
"version": "0.9.2",
"description": "Simple Statistics",

@@ -12,10 +12,10 @@ "author": "Tom MacWright <tom@macwright.org> (http://macwright.org/)",

"devDependencies": {
"jshint": "2.5.3",
"coveralls": "~2.11.1",
"eslint": "^0.21.2",
"istanbul": "~0.3.0",
"tape": "~2.14.0",
"random-js": "~1.0.4"
"random-js": "~1.0.4",
"tape": "~2.14.0"
},
"scripts": {
"test": "tape test/*.js",
"test": "eslint --no-eslintrc -c .eslintrc src/simple_statistics.js && tape test/*.js",
"cov": "istanbul cover ./node_modules/.bin/tape test/*.js && coveralls < ./coverage/lcov.info",

@@ -22,0 +22,0 @@ "api": "node api.js"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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