
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
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
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.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.