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 0.1.340 to 0.1.341

._benchmark.js

2

docs/benchmark.md

@@ -143,3 +143,3 @@ # Benchmark

## <a name="static-CALIBRATIONS" href="https://github.com/mathiasbynens/benchmark.js/blob/master/benchmark.js#L2268" title="View in source">Benchmark.CALIBRATIONS</a>
## <a name="static-CALIBRATIONS" href="https://github.com/mathiasbynens/benchmark.js/blob/master/benchmark.js#L2265" title="View in source">Benchmark.CALIBRATIONS</a>
*(Array)*: Benchmarks to establish iteration overhead.

@@ -146,0 +146,0 @@ <sup><code>[&#9650;][1]</code></sup>

@@ -0,0 +0,0 @@ Copyright Mathias Bynens <http://mathiasbynens.be/>

{
"name": "benchmark",
"version": "0.1.340",
"version": "0.1.341",
"description": "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.",

@@ -5,0 +5,0 @@ "homepage": "http://benchmarkjs.com/",

@@ -27,3 +27,3 @@ module("Benchmark.platform");

'return ' +
(/(\s*)Benchmark.platform\s*=((?:.|\n)*?)\1}/.exec(xhr.responseText)[2] + '}())')
(/(\s*)Benchmark.platform\s*=((?:.|\n|\r)*?)\1}/.exec(xhr.responseText)[2] + '}())')
.replace(/\bme\s*=[^,;]+([,;])/, 'me=options$1')

@@ -166,2 +166,6 @@ .replace(/\bua\s*=[^,;]+([,;])/, 'ua=me.ua$1')

'Firefox 4.0#{beta}9 on Windows XP': {
'ua': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:2.0b9pre) Gecko/20110105 Firefox-4.0/4.0b9pre'
},
'Fennec 2.0#{beta}1 on Android': {

@@ -851,2 +855,2 @@ 'ua': 'Mozilla/5.0 (Android; Linux armv7l; rv:2.0b6pre) Gecko/20100907 Firefox/4.0b6pre Fennec/2.0b1pre'

});
});
});

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