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

tracerbench

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tracerbench - npm Package Compare versions

Comparing version 0.0.1 to 0.14.0

bin/plot.R

58

package.json
{
"name": "tracerbench",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "0.14.0",
"description": "Benchmark runner for trace metrics",
"keywords": [
"chrome",
"metrics",
"tracing"
],
"repository": {
"type": "git",
"url": "https://github.com/TracerBench/tracerbench.git"
},
"license": "BSD-2-Clause",
"author": "Kris Selden <kris.selden@gmail.com>",
"files": [
"dist",
"!dist/test",
"src",
"bin"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"plot": "./bin/plot.R",
"report": "./bin/report.R",
"runtime-stats": "./bin/runtime-stats.R",
"ResultSets": "./bin/ResultSets.R"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc -b",
"lint": "node scripts/lint",
"prepare": "tsc -b",
"test": "yarn lint && node dist/test/build.js && node dist/test/test.js",
"test:build": "node dist/test/build.js",
"test:only": "node dist/test/test.js",
"watch": "tsc -b -w",
"report": "Rscript bin/report.R test/results/results.json"
},
"author": "Kris Selden",
"license": "BSD-2-Clause"
"dependencies": {
"@types/node": "*",
"array-binsearch": "^1.0.1",
"chrome-debugging-client": "^0.6.8"
},
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/tar": "^4.0.0",
"@types/uglify-js": "^2.6.31",
"jquery": "^3.3.1",
"mkdirp": "^0.5.1",
"tar": "^4.4.4",
"tslint": "^5.11.0",
"typescript": "^3.1.4",
"uglify-js": "^2.8.29"
},
"engine": "node >= 8"
}
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