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

chrome-cpu-profiler

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-cpu-profiler - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

12

package.json
{
"name": "chrome-cpu-profiler",
"version": "0.1.0",
"version": "0.1.1",
"description": "Convert the output of v8-profiler to work in google chrome",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/jshint . --reporter=./node_modules/jshint-full-path/index.js",
"pretest": "npm run-script lint; exit 0",
"test": "./node_modules/.bin/mocha -R spec",
"prepublish": "npm run-script lint && npm test"
"lint": "./node_modules/.bin/jshint . --reporter=./node_modules/jshint-full-path/index.js"
},

@@ -15,6 +12,7 @@ "author": "Tom Gallacher",

"dependencies": {
"strong-cpu-profiler": "git://github.com/c4milo/v8-profiler.git",
"strong-cpu-profiler": "~0.1.0",
"jshint": "~2.1.11",
"jshint-full-path": "~0.1.0"
"jshint-full-path": "~0.1.0",
"lodash": "~2.2.1"
}
}

Sorry, the diff of this file is not supported yet

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