Comparing version 0.1.4 to 0.2.0
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/davglass/node-getrusage", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"maintainers": [ | ||
@@ -8,0 +8,0 @@ { |
@@ -10,4 +10,4 @@ ## getrusage for Node | ||
Or: | ||
Or: | ||
git clone git://github.com/davglass/node-getrusage.git | ||
@@ -20,4 +20,4 @@ cd node-getrusage | ||
var proc = require('getrusage'); | ||
console.log(proc.usage()); | ||
console.log(proc.getcputime()); | ||
console.log(proc.getusertime()); | ||
console.log(proc.usage()); # Run "man getrusage" for fields. | ||
console.log(proc.getcputime()); # User time + system time. | ||
console.log(proc.getsystemtime()); # System time. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
6710