
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
WordPress API Wrapper For Node.js
$ npm install --save node-wp
var
NodeWP = require('node-wp')
, wp = new NodeWP('YOUR_API_ENDPOINT');
wp
.posts({
page: 1,
per_page: 5
})
.then(function (posts) {
posts.forEach(function (post) {
console.log( post.slug );
});
})
.catch(function (err) {
console.log('ERROR!');
});
All methods parameters can be found on API documentation
wp.posts( [parameters] )
wp.pages( [parameters] )
wp.media( [parameters] )
wp.comments( [parameters] )
wp.pages( [parameters] )
wp.taxonomies( [parameters] )
wp.categories( [parameters] )
wp.tags( [parameters] )
wp.users( [parameters] )
Copyright 2014-2015 Sébastien Decamme. Released under MIT.
FAQs
WordPress API Wrapper For Node.js
We found that node-wp 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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.