
Security News
AI Slop Is Polluting Bug Bounty Platforms with Fake Vulnerability Reports
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.
steem-js-api
Advanced tools
steem-js-api is a lightweight version of Steem.js containing only the API part All auth, serialization, formatter and streaming code has been stripped, as has and Bluebird promises have been converted to regular Promises. All methods now use promises, so there are no xxAsync methods.
For documentation of the original
Here is full documentation: https://github.com/steemit/steem-js/tree/master/doc
<script src="./steem.min.js"></script>
<script>
steem.api.getAccounts(['ned', 'dan'], function(err, response){
console.log(err, response);
});
</script>
https://cdn.steemjs.com/lib/latest/steem.min.js
<script src="//cdn.steemjs.com/lib/latest/steem.min.js"></script>
Please have a look at the webpack usage example.
$ npm install steem --save
https://api.steemit.com By Default
https://node.steem.ws
https://this.piston.rocks
steem.api.getAccounts(['ned', 'dan'], function(err, result) {
console.log(err, result);
});
steem.api.getState('/trends/funny', function(err, result) {
console.log(err, result);
});
Patches are welcome! Contributors are listed in the package.json file. Please run the tests before opening a pull request and make sure that you are passing all of them. If you would like to contribute, but don't know what to work on, check the issues list or on Steemit Chat channel #steemjs https://steemit.chat/channel/steemjs.
When you find issues, please report them!
MIT
FAQs
Steem.js the JavaScript API for Steem blockchain
The npm package steem-js-api receives a total of 7 weekly downloads. As such, steem-js-api popularity was classified as not popular.
We found that steem-js-api 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
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.
Research
Security News
The Socket Research team investigates a malicious Python package disguised as a Discord error logger that executes remote commands and exfiltrates data via a covert C2 channel.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.