Socket
Socket
Sign inDemoInstall

benchmarked

Package Overview
Dependencies
167
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

7

index.js

@@ -297,3 +297,8 @@ 'use strict';

fn: function() {
file.run(fixture.content);
var args = fixture.content;
if (Array.isArray(args[0])) {
file.run.apply(null, args);
} else {
file.run(args);
}
return;

@@ -300,0 +305,0 @@ },

2

package.json
{
"name": "benchmarked",
"description": "Easily generate benchmarks from a glob of files.",
"version": "0.2.3",
"version": "0.2.4",
"homepage": "https://github.com/jonschlinkert/benchmarked",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

@@ -84,3 +84,3 @@ # benchmarked [![NPM version](https://img.shields.io/npm/v/benchmarked.svg?style=flat)](https://www.npmjs.com/package/benchmarked) [![NPM downloads](https://img.shields.io/npm/dm/benchmarked.svg?style=flat)](https://npmjs.org/package/benchmarked) [![Build Status](https://img.shields.io/travis/jonschlinkert/benchmarked.svg?style=flat)](https://travis-ci.org/jonschlinkert/benchmarked)

### [.run](index.js#L322)
### [.run](index.js#L334)

@@ -150,2 +150,2 @@ Run the benchmarks.

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 25, 2016._
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 03, 2016._
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc