Socket
Socket
Sign inDemoInstall

billgates

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

20

billgates.js
#!/usr/bin/env node
module.exports = process.platform == 'win32';
function BillGates () {
if (!this) return new BillGates;
}
BillGates.prototype.isRich = function isBillGatesRich () {
return true;
}
BillGates.prototype.isWindows = function amIRunningWindows () {
return process.platform === 'win32';
}
for (const n in BillGates.prototype) {
if (!BillGates[n]) {
BillGates[n] = BillGates.prototype[n];
}
}
module.exports = BillGates;

2

package.json
{
"name": "billgates",
"version": "1.0.2",
"version": "1.0.3",
"description": "Returns if you are using Bill Gates' operating system",

@@ -5,0 +5,0 @@ "main": "billgates.js",

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