Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@aciccarello/webmention
Advanced tools
webmention.app is a platform agnostic service that will check a given URL for links to other sites, discover if they support webmentions, then send a webmention to the target.
This repository also includes a stand alone command line tool that doesn't rely on webmention.app at all and doesn't require a token - so you can run it locally with the knowledge that if your site outlives this one, the tool will still work.
The tool uses nodejs and once nodejs is installed, you can install the tool using:
$ npm install @aciccarello/webmention
This provides an executable under the command webmention (also available as wm). Default usage allows you to pass a filename (like a newly generated RSS feed) or a specific URL. It will default to the 10 most recent entries found (using item for RSS and h-entry
for HTML).
By default, the command will perform a dry-run/discovery only. To complete the notification of webmentions use the --send
flag.
The options available are:
--send
(default: false) send the webmention to all valid endpoints--limit n
(default: 10) limit to n entries found--debug
(default: false) print internal debugging
Using npx you can invoke the tool to read the latest entry in your RSS feed:$ npx webmention https://yoursite.com/feed.xml --limit 1 --send
Alternatively, you can make the tool part of your build workflow and have it execute during a postbuild phase:
{
"scripts": {
"postbuild": "webmention dist/feed.xml --limit 1 --send"
}
}
@remy/webmention
packageFAQs
Web Mentions sender
We found that @aciccarello/webmention 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.