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

tachometer

Package Overview
Dependencies
Maintainers
14
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachometer - npm Package Versions

2345

0.7.1

Diff

Changelog

Source

[0.7.1] 2024-07-18

  • Update jsonwebtoken dependency.
aomarks
published 0.7.0 •

Changelog

Source

[0.7.0] 2022-07-15

  • [BREAKING] Tachometer is now an ES module binary, so it requires Node 12 or higher.
  • Upgraded dependencies and removed unnecessary ones.
aomarks
published 0.6.0 •

Changelog

Source

[0.6.0] 2022-07-01

  • [BREAKING] Benchmark and root paths are now interpreted relative to the location of the config file, instead of the current working directory.

    For example, a config at path <repo>/benchmarks/foo/tachometer.json that used to look as follows, and had to be run with <repo> as the cwd:

    {
      "root": ".",
      "benchmarks": [
        {
          "url": "benchmarks/foo/index.html"
        }
      ]
    }
    

    Should now look like this, and can be run from any cwd:

    {
      "root": "../..",
      "benchmarks": [
        {
          "url": "foo.html"
        }
      ]
    }
    
aomarks
published 0.6.0-pre.1 •

aomarks
published 0.5.10 •

Changelog

Source

[0.5.10] 2021-09-27

  • The --horizons flag and horizon config setting has been replaced with --auto-sample-conditions and autoSampleConditions. --horizon will continue to work for backwards compatibility, but please do update to the new name.

  • Copyright notice owner changed from "The Polymer Project Authors" to "Google LLC". Trivial reformatting for LICENSE file to match spdx.org version. Source license headers replaced with concise SPDX-style.

  • Fix bug where log files would be created with '' backslash names instead of nested directories.

  • Fix bug where browser.addArguments JSON config setting did not work for Firefox.

  • Add browser.profile JSON config setting that sets the browser profile directory. Currently supported in Chrome and Firefox.

  • Upgrade dependencies.

aomarks
published 0.5.10-pre.0 •

aomarks
published 0.5.9 •

Changelog

Source

[0.5.9] 2021-04-22

  • Fix bug where git URLs like git@github.com/MyOrg/my-repo.git were treated as local paths.

  • Bump dependencies.

aomarks
published 0.5.8 •

Changelog

Source

[0.5.8] 2021-02-16

  • Upgrade systeminformation dependency with security vulnerability alert.
aomarks
published 0.5.7 •

Changelog

Source

[0.5.7] 2021-02-11

  • Add trace config to capture performance logs from browsers (currently only Chromium based browsers).
aomarks
published 0.5.6 •

Changelog

Source

[0.5.6] 2021-02-03

  • Fix bug in dependency swapping where local file paths in git dependencies would fail to install if they were relative.

  • Fix "should be object" exception during result table formatting.

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