
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
hexo-compat-report
Advanced tools
A widget to include in your hexo report for web technology compatbility reports.
Renders an MDN compatibilit table on your hexo-generated page.
When writing about front end web development, it's always nice being able to
refer to some up-to-date data about browser-compatibility of a certain feature.
The MDN Web Docs team has done a great job compiling all data into a single
git repository. On MDN itself,
this data is then displayed in a
compat-report-table
.
As I really like these tables and wanted to use them in one of my blog posts, I've simply decided to cut out the functionality from the MDN platform and make it available to all of my fellow hexo bloggers.
$ npm i --save hexo-compat-report
and to include a table into your blog post, use the following syntax:
{% compat api.AudioWorklet %}
For the correct path, please refer to the MDN repository.
Any help or feedback is welcome. Check the issues for problems. I'll try to merge PRs optimistically.
mdn-browser-compat-data
to @mdn
namespaceREADME.md
MIT
FAQs
A widget to include in your hexo report for web technology compatbility reports.
The npm package hexo-compat-report receives a total of 13 weekly downloads. As such, hexo-compat-report popularity was classified as not popular.
We found that hexo-compat-report 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.