chrome-cpu-profiler
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"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
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
0
5746
4
+ Addedlodash@~2.2.1
+ Addedlodash@2.2.1(transitive)
+ Addedstrong-cpu-profiler@0.1.0(transitive)
Updatedstrong-cpu-profiler@~0.1.0