Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
check-eos-watchdoggiee
Advanced tools
## Install nodejs https://nodejs.org/en/download/ (Latest LTS Version: 10.13.0 (includes npm 6.4.1))
npm i -g check-eos-watchdoggiee
[Mainnet] watchdoggiee -p [private key] -a [account] -k 111 -t 1.5
[Jungle] watchdoggiee -u http://jungle.cryptolions.io:18888 -p [private key] -a [account] -c 038f4b0fc8ff18a4f0842a8f0564611f6e96e8535901dd45e43ac8691a1c4dca -k 111 -t 1.5
REQTIME OK - 0.440752s difference|time_diff=0.440752
var watchdoggiee = require("check-eos-watchdoggiee");
// example for check_nodeos_block_time function
watchdoggiee.check_eos_watchdoggiee({
url: [url],
chain: [chain],
key: [key],
keyProvider: [keyProvider],
account: [account],
time: [time]
}, (err, result) => {
if (err){
return console.error(err);
}
console.log(result);
});
Copyright 2018 orange13371@gmail.com
FAQs
CLI for watchdoggiee contract
The npm package check-eos-watchdoggiee receives a total of 1 weekly downloads. As such, check-eos-watchdoggiee popularity was classified as not popular.
We found that check-eos-watchdoggiee demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.