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

bench-it

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bench-it - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

.editorconfig

3

lib/benchmark.js

@@ -21,3 +21,3 @@ var EventEmitter = require('events').EventEmitter;

});
}
};
}

@@ -27,3 +27,2 @@ }

/**

@@ -30,0 +29,0 @@ * Create a new benchmark.

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

/* eslint-disable no-console */
var path = require('path');

@@ -37,3 +38,3 @@

*/
var exports = module.exports = function(files) {
module.exports = function(files) {
iterate(files, 0, function(err) {

@@ -40,0 +41,0 @@ if (err) {

{
"name": "bench-it",
"version": "0.2.0",
"version": "0.3.0",
"description": "Benchmark your code",

@@ -23,8 +23,3 @@ "homepage": "https://github.com/tschaub/bench-it",

},
"licenses": [
{
"type": "MIT",
"url": "http://tschaub.mit-license.org/"
}
],
"license": "MIT",
"dependencies": {

@@ -36,3 +31,10 @@ "optimist": "~0.6.0",

"bench": "bin/bench"
},
"scripts": {
"test": "eslint lib bin"
},
"devDependencies": {
"eslint": "^0.23.0",
"eslint-config-tschaub": "^1.0.0"
}
}
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