New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

benchmark

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

benchmark - npm Package Compare versions

Comparing version

to
2.1.2

18

package.json
{
"name": "benchmark",
"version": "2.1.1",
"version": "2.1.2",
"description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.",

@@ -17,16 +17,16 @@ "homepage": "https://benchmarkjs.com/",

"scripts": {
"doc": "docdown benchmark.js doc/README.md toc='categories' url=\"https://github.com/bestiejs/benchmark.js/blob/${npm_package_version}/benchmark.js\" title=\"<a href=\\\"https://benchmarkjs.com/\\\">Benchmark.js</a> <span>v${npm_package_version}</span>\" hash='github'",
"doc": "docdown benchmark.js doc/README.md style=github title=\"<a href=\\\"https://benchmarkjs.com/\\\">Benchmark.js</a> <span>v${npm_package_version}</span>\" toc=categories url=https://github.com/bestiejs/benchmark.js/blob/${npm_package_version}/benchmark.js",
"test": "node test/test"
},
"dependencies": {
"lodash": "^4.13.1",
"lodash": "^4.16.4",
"platform": "^1.3.1"
},
"devDependencies": {
"coveralls": "^2.11.11",
"docdown": "~0.6.1",
"istanbul": "0.4.4",
"qunit-extras": "^2.1.0",
"qunitjs": "^2.0.0",
"requirejs": "^2.2.0"
"coveralls": "^2.11.14",
"docdown": "~0.7.1",
"istanbul": "0.4.5",
"qunit-extras": "^3.0.0",
"qunitjs": "^2.0.1",
"requirejs": "^2.3.2"
},

@@ -33,0 +33,0 @@ "files": [

@@ -1,2 +0,2 @@

# Benchmark.js v2.1.1
# Benchmark.js v2.1.2

@@ -11,3 +11,3 @@ A [robust](https://mathiasbynens.be/notes/javascript-benchmarking "Bulletproof JavaScript benchmarks") benchmarking library that supports high-resolution timers & returns statistically significant results. As seen on [jsPerf](https://jsperf.com/).

* [Development source](https://raw.githubusercontent.com/bestiejs/benchmark.js/2.1.1/benchmark.js)
* [Development source](https://raw.githubusercontent.com/bestiejs/benchmark.js/2.1.2/benchmark.js)

@@ -42,3 +42,3 @@ ## Installation

```bash
```shell
$ npm i --save benchmark

@@ -55,3 +55,3 @@ ```

```bash
```shell
npm i --save microtime

@@ -90,3 +90,3 @@ ```

Tested in Chrome 46-47, Firefox 42-43, IE 9-11, Edge 13, Safari 8-9, Node.js 0.10-6, & PhantomJS 1.9.8.
Tested in Chrome 53-54, Firefox 48-49, IE 11, Edge 14, Safari 9-10, Node.js 6-7, & PhantomJS 2.1.1.

@@ -93,0 +93,0 @@ ## BestieJS

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