Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mehdown

Package Overview
Dependencies
Maintainers
0
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mehdown - npm Package Compare versions

Comparing version 2.54.0 to 2.55.0

lib/plugins/audio.js

4

CHANGELOG.md

@@ -7,3 +7,5 @@ # Changelog

## [Unreleased]
## [2.55.0] - 2024-10-02
### Added
- Added support for <audio> tag rendering for .mp3 and .wav links

@@ -10,0 +12,0 @@ ## [2.54.0] - 2024-01-10

@@ -711,2 +711,3 @@ const url = require('url');

md.use(require('./plugins/appleMusic'));
md.use(require('./plugins/audio'));
md.use(require('./plugins/emoji'), options.emoji);

@@ -713,0 +714,0 @@ md.use(require('./plugins/facebook-videos'));

@@ -7,3 +7,3 @@ {

"lolspeak": "~1.4.0",
"markdown-it": "~14.0.0",
"markdown-it": "~14.1.0",
"mehdown-cowsay": "~1.1.6",

@@ -17,3 +17,3 @@ "minimist": "~1.2.5",

"shell-quote": "~1.8.0",
"slug": "~5.3.0",
"slug": "~9.0.0",
"textify": "~0.0.12",

@@ -38,3 +38,3 @@ "youtube-search": "~1.1.4"

},
"version": "2.54.0"
"version": "2.55.0"
}
# mehdown
[![Build Status](https://github.com/mediocre/mehdown/workflows/build/badge.svg)](https://github.com/mediocre/mehdown/actions?query=workflow%3Abuild)
[![Build Status](https://github.com/mediocre/mehdown/actions/workflows/continuousIntegration.yaml/badge.svg?branch=main)](https://github.com/mediocre/mehdown/actions?query=workflow%3Abuild+branch%3Amain)
[![Coverage Status](https://coveralls.io/repos/github/mediocre/mehdown/badge.svg?branch=main)](https://coveralls.io/github/mediocre/mehdown?branch=main)

@@ -12,2 +12,3 @@

- Converts image URLs to images.
- Converts audio URLs to audio players.
- Optionally detects image sizes.

@@ -14,0 +15,0 @@ - External links open in a new browser tab/window.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc