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

ascii-boxplot

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ascii-boxplot - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.editorconfig

0

boxplot.js

@@ -0,0 +0,0 @@ var sampleQuantile = require('sample-quantile')

54

package.json
{
"name": "ascii-boxplot",
"version": "1.0.2",
"description": "small configurable boxplot utility for the console",
"keywords": [
"boxplot", "box-plot", "console", "ascii", "chart"
],
"author": "Hugo Villeneuve",
"main": "./boxplot.js",
"dependencies": {
"sample-quantile": "^1.0.1"
},
"devDependencies": {
"cotest": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hville/ascii-boxplot.git"
},
"scripts": {
"test": "node test"
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
"name": "ascii-boxplot",
"version": "1.0.3",
"description": "small configurable boxplot utility for the console",
"keywords": [
"boxplot",
"box-plot",
"console",
"ascii",
"chart"
],
"author": "Hugo Villeneuve",
"main": "./boxplot.js",
"dependencies": {
"sample-quantile": "^1.0.1"
},
"devDependencies": {
"cotest": "^1.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hville/ascii-boxplot.git"
},
"scripts": {
"test": "node test"
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}

@@ -0,0 +0,0 @@ var bp = require('./boxplot')

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