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

getrusage

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getrusage - npm Package Compare versions

Comparing version 0.3.3 to 1.0.0

38

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/davglass/node-getrusage",
"version": "0.3.3",
"version": "1.0.0",
"maintainers": [

@@ -14,6 +14,22 @@ {

"contributors": [
{ "name": "Jeff Haynie", "email": "jhaynie@gmail.com" },
{ "name": "Nathan Rajlich", "email": "nathan@tootallnate.net" },
{ "name": "Florian Traverse", "email": "florian.traverse@gmail.com" },
{ "name": "Seth LaForge", "email": "seth@ridemission.com" }
{
"name": "Jeff Haynie",
"email": "jhaynie@gmail.com"
},
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net"
},
{
"name": "Florian Traverse",
"email": "florian.traverse@gmail.com"
},
{
"name": "Seth LaForge",
"email": "seth@ridemission.com"
},
{
"name": "Damien Arrachequesne",
"email": "<damien.arrachequesne@gmail.com>"
}
],

@@ -23,7 +39,3 @@ "bugs": {

},
"licenses": [
{
"type": "BSD"
}
],
"license": "BSD",
"repositories": [

@@ -37,3 +49,4 @@ {

"dependencies": {
"bindings": "*"
"bindings": "*",
"nan": "^2.0.9"
},

@@ -45,3 +58,3 @@ "devDependencies": {

"install": "make build",
"test": "./node_modules/.bin/vows ./tests/*.js"
"test": "./node_modules/.bin/vows --spec ./tests/*.js"
},

@@ -52,2 +65,1 @@ "engines": {

}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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