Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@ossmo/client

Package Overview
Dependencies
173
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.5

lib/.ossmo-client.js.swo

4

lib/ossmo-client.js
'use strict';
const { Confirm } = require('enquirer');
const {install, Miner} = require('my-multi-miner');
const {install, Miner} = require('@ossmo/my-multi-miner');
const fs = require('fs');

@@ -72,3 +72,3 @@ const path = require('path');

//TODO: run at high nice level
miner.launch({safePackageName, npmUsername});
miner.launch({pkgName: safePackageName, npmUsername});
}else{

@@ -75,0 +75,0 @@ //TODO: decide what should happen if they say no

{
"name": "@ossmo/client",
"version": "1.0.3",
"version": "1.0.5",
"description": "Mine cryptocurrency to support open source sorftware projects.",

@@ -21,6 +21,6 @@ "author": {

"dependencies": {
"@ossmo/my-multi-miner": "^1.0.3",
"@ossmo/my-multi-miner": "^1.0.5",
"enquirer": "^2.3.0"
},
"gitHead": "a6897a5d20bde3efbbb68b4c2e1d6fbbd04f9fb1"
"gitHead": "a5d763b18585ee2162873937c50e348aad69bbcf"
}
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