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

browsertime

Package Overview
Dependencies
Maintainers
2
Versions
661
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browsertime - npm Package Versions

1
67

0.9.3

Diff

Changelog

Source

version 0.9.3

  • User timing marks was missing from statistics since 0.9. This puts then back!
  • Timeout a run if it takes too long. On Linux Chrome/Chromedriver can hang, making Browsertime hang. This fix kill the chromedriver and signal an error if it happens.
soulgalore
published 0.9.2 •

Changelog

Source

version 0.9.2

  • Fixed installation issue on npm v0.12.0, Windows 7 (thanks Patrick Wieczorek)
  • Hello HTTPS! We now proxy HTTPS traffic making HAR Files containing HTTPS requests.
  • Internet Explorer: Clean session between runs, ignore zoom settings and set proxy per process
  • Internal: Killing Chromedriver on Linux if it is up and running after a finished round. Need to be run after each URL when we have a working timeout for Chrome.
soulgalore
published 0.9.1 •

Changelog

Source

version 0.9.1

  • Fixed incorrect HAR files generated by version 0.9.0 (page title was missing).
  • Renaming resourceTiming to resourceTimings to follow our pattern.
soulgalore
published 0.9.0 •

Changelog

Source

version 0.9.0

  • New data structure in the output JSON, better support for custom Metrics. Note if you fetch values from the JSON, you will need to change how you do it.
  • Latest Selenium supports IE and Safari without the Selenium jar, use it! Safari users, install SafariDriver.safariextz from http://selenium-release.storage.googleapis.com/index.html?path=2.45/
  • Safari doesn't support pageLoadTimeout, disable for Safari
  • Cleaned up the use of javascript that runs in the browser: get name from the filename and keep scripts simple. #77
  • Running Browsertime on node.js version 0.8 is no longer supported (or tested).
  • Fix incorrect calculation of serverConnectionTime in json output.
  • Removed toJSON method from Resource Timing data from Firefox
  • Getting window size from the actual window.
  • Internally: Get metrics and static values from the browser using JS.
  • Set the page title in the HAR
  • Added more timings per page, follow WPT style in the HAR
  • Changed name of parameter scriptPath to customScripts to better match what it does
  • Locking versions in package.json to be SAFE
tobli
published 0.8.26 •

Changelog

Source

version 0.8.26

Changed

  • Update to Selenium 2.45.1 to get latest bug fixes.
  • Avoid hangs when fetching urls by explicitly set timeout values in Selenium drivers.
soulgalore
published 0.8.25 •

Changelog

Source

version 0.8.25

  • New Selenium version (2.45) to support Firefox 36
soulgalore
published 0.8.24 •

Changelog

Source

version 0.8.24

  • Fix that kills the BMP on Windows (using taskkill)
soulgalore
published 0.8.23 •

Changelog

Source

version 0.8.23

  • Log to standard log when uncaught exception happens, so that it will be propagated to sitespeed.io
  • So we have a real proble with processes that just hangs, it happens on when we get an uncaught exception, one of the problems is Selenium/Chromedriver, we will try to fix the main issue but for now we will exit the process #74
soulgalore
published 0.8.22 •

Changelog

Source

version 0.8.22

  • You can now choose to supply a Javascript that will decide when a run is finished. The default script is 'return window.performance.timing.loadEventEnd>0'. Use the parameter --waitScript

  • The browsermob prixy will now test a port and use it if it's free. Before the port was hardcoded.

tobli
published 0.8.22-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