Socket
Socket
Sign inDemoInstall

vega-statistics

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-statistics - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

6

package.json
{
"name": "vega-statistics",
"version": "1.7.3",
"version": "1.7.4",
"description": "Statistical routines and probability distributions.",

@@ -22,3 +22,3 @@ "keywords": [

"pretest": "yarn prebuild && yarn rollup",
"test": "tape 'test/**/*-test.js' && eslint index.js src test",
"test": "tape 'test/**/*-test.js'",
"prepublishOnly": "yarn test && yarn build",

@@ -30,3 +30,3 @@ "postpublish": "git push && git push --tags"

},
"gitHead": "49a57c10b309addc513a52a38e1959ee169d4758"
"gitHead": "35e31c5c6b54db9dc3a577b5adad8d15ec274d32"
}
import numbers from './numbers';
import {random} from './random';
import {quantile, ascending} from 'd3-array';
import {ascending, quantile} from 'd3-array';

@@ -5,0 +5,0 @@ export default function(array, samples, alpha, f) {

import numbers from './numbers';
import {quantileSorted, ascending} from 'd3-array';
import {ascending, quantileSorted} from 'd3-array';

@@ -4,0 +4,0 @@ export default function(array, p, f) {

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