Socket
Socket
Sign inDemoInstall

cpus

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

1

index.js

@@ -0,1 +1,2 @@

/*! cpus. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
var os = require('os')

@@ -2,0 +3,0 @@

24

package.json
{
"name": "cpus",
"description": "`os.cpus()` for node and the browser",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
"url": "https://feross.org"
},

@@ -16,5 +16,5 @@ "browser": "browser.js",

"devDependencies": {
"airtap": "0.0.7",
"airtap": "^3.0.0",
"standard": "*",
"tape": "^4.0.0"
"tape": "^5.0.0"
},

@@ -44,3 +44,17 @@ "homepage": "http://feross.org",

"test-node": "tape test/*.js"
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc