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 2.0.0 to 2.1.0

11

package.json
{
"name": "benchmark",
"version": "2.0.0",
"version": "2.1.0",
"description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.",
"homepage": "http://benchmarkjs.com/",
"homepage": "https://benchmarkjs.com/",
"license": "MIT",

@@ -16,5 +16,8 @@ "main": "benchmark.js",

"repository": "bestiejs/benchmark.js",
"scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" },
"scripts": {
"docs": "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'",
"test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\""
},
"dependencies": {
"lodash": "^3.10.1",
"lodash": "^4.0.1",
"platform": "^1.3.1"

@@ -21,0 +24,0 @@ },

@@ -1,13 +0,12 @@

# Benchmark.js v2.0.0
# Benchmark.js v2.1.0
A [robust](http://calendar.perfplanet.com/2010/bulletproof-javascript-benchmarks/ "Bulletproof JavaScript benchmarks") benchmarking library that supports high-resolution timers & returns statistically significant results. As seen on [jsPerf](http://jsperf.com/).
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/).
## Documentation
* [API Documentation](http://benchmarkjs.com/docs)
* Check out our [unit tests](http://benchmarkjs.com/tests) & [roadmap](https://github.com/bestiejs/benchmark.js/wiki/Roadmap)
* [API Documentation](https://benchmarkjs.com/docs)
## Download
* [Development source](https://raw.github.com/bestiejs/benchmark.js/v2.0.0/benchmark.js)
* [Development source](https://raw.githubusercontent.com/bestiejs/benchmark.js/2.1.0/benchmark.js)

@@ -17,3 +16,3 @@ ## Installation

Benchmark.js’ only hard dependency is [lodash](https://lodash.com/).
Include [platform.js](http://mths.be/platform) to populate [Benchmark.platform](http://benchmarkjs.com/docs#platform).
Include [platform.js](https://mths.be/platform) to populate [Benchmark.platform](https://benchmarkjs.com/docs#platform).

@@ -28,8 +27,2 @@ In a browser:

Optionally, enable Chrome’s microsecond timer by using the [command line switch](http://peter.sh/experiments/chromium-command-line-switches/#enable-benchmarking):
```
--enable-benchmarking
```
In an AMD loader:

@@ -63,3 +56,3 @@

```bash
npm install microtime
npm i --save microtime
```

@@ -97,3 +90,3 @@

Tested in Chrome 46-47, Firefox 42-43, IE 9-11, MS Edge 13, Safari 8-9, Node.js 0.8.28, 0.10.41, 0.12.9, 4.2.4, & 5.3.0, & PhantomJS 1.9.8.
Tested in Chrome 46-47, Firefox 42-43, IE 9-11, Edge 13, Safari 8-9, Node.js 0.10, 0.12, 4, & 5, & PhantomJS 1.9.8.

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

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

Sorry, the diff of this file is not supported yet

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