
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
gitbook-plugin-packages
Advanced tools
Very ugly plugin to get posts from our blog and list them inside the compiled book
Very ugly plugin to get posts from our blog and list them inside the compiled book
Add the following to the book.json
...
"plugins" : ["platanus-blog"],
"pluginsConfig": {
"platanusBlog": {
"url": "https://cb.platan.us/posts-by-tag.json"
}
},
...
Where platanusBlog.url is the url where we get the posts.
The blog is a Jekyll compiled static site that use a plugin to generate a static json file with the posts by tag. _plugin/tagsToJson.rb
Just add the following block where you want to add the list of post. The block receive n arguments being the tags you want to filter by.
{% getPostsByTag 'node', 'ionic' %}{% endgetPostsByTag %}
Thank you contributors!
Gitbook Plugin Platanus Blog is maintained by platanus.
La Guia is © 2016 platanus, spa. It is free software and may be redistributed under the terms specified in the LICENSE file.
FAQs
Very ugly plugin to get posts from our blog and list them inside the compiled book
The npm package gitbook-plugin-packages receives a total of 2 weekly downloads. As such, gitbook-plugin-packages popularity was classified as not popular.
We found that gitbook-plugin-packages demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.