Comparing version 1.0.1 to 1.0.2
@@ -167,3 +167,3 @@ /** | ||
if (evt.start < timeRange || evt.end > timeRangeEnd) | ||
if (evt.start < timeRange.start || evt.end > timeRangeEnd) | ||
return; | ||
@@ -170,0 +170,0 @@ |
{ | ||
"name": "bigrig", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A CLI and node module for parsing trace (timeline) files from Chrome.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Node Big Rig | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] | ||
Node Big Rig comes in two flavors: | ||
@@ -10,3 +12,3 @@ | ||
Both the module and CLI perform the same analysis as [the web app](https://github.com/GoogleChrome/big-rig), just headlessly. This makes it a good fit for use in CI environments, or as part of bigger workflows. | ||
Both the module and CLI perform the same analysis as [the web app](https://github.com/GoogleChrome/big-rig), just without a UI. This makes it a good fit for use in CI environments, or as part of bigger workflows. | ||
@@ -80,2 +82,6 @@ ## Installation | ||
## Owner | ||
Paul Lewis - [@aerotwist](https://twitter.com/aerotwist) | ||
## Thanks | ||
@@ -86,1 +92,10 @@ | ||
Please note: this is not an official Google product. | ||
[npm-url]: https://npmjs.org/package/bigrig | ||
[npm-image]: https://badge.fury.io/js/bigrig.svg | ||
[travis-url]: https://travis-ci.org/GoogleChrome/node-big-rig | ||
[travis-image]: https://travis-ci.org/GoogleChrome/node-big-rig.svg?branch=master | ||
[depstat-url]: https://david-dm.org/GoogleChrome/node-big-rig | ||
[depstat-image]: https://david-dm.org/GoogleChrome/node-big-rig.svg |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4395044
99