Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Steem.js the JavaScript API for Steem blockchain
Here is full documentation: https://github.com/adcpm/steem/tree/master/doc
<script src="./steem.min.js"></script>
<script>
steem.api.getAccounts(['ned', 'dan'], function(err, response){
console.log(err, response);
});
</script>
http://cdn.steemjs.com/lib/steem.min.js
https://cdn.steemjs.com/lib/steem.min.js
<script src="//cdn.steemjs.com/lib/steem.min.js"></script>
$ npm install steem --save
wss://steemit.com/wspa By @steemit (Set By Default)
wss://this.piston.rocks By @xeroc
wss://node.steem.ws By @xerox And @jesta
var steem = require('steem');
steem.api.getAccounts(['ned', 'dan'], function(err, result) {
console.log(err, result);
});
steem.api.getState('/trends/funny', function(err, result) {
console.log(err, result);
});
steem.api.getConfig(function(err, result) {
console.log(err, result);
});
var reputation = steem.formatter.reputation(user.reputation);
console.log(reputation);
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 Slack https://steem.slack.com/ channel #steemjs.
When you find issues, please report them!
MIT
FAQs
Steem.js the JavaScript API for Steem blockchain
We found that steem demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.