Socket
Socket
Sign inDemoInstall

bbcode-to-markdown

Package Overview
Dependencies
107
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.27 to 0.0.28

2

package.json
{
"name": "bbcode-to-markdown",
"version": "0.0.27",
"version": "0.0.28",
"description": "bbcode-to-markdown ==================",

@@ -5,0 +5,0 @@ "main": "./src/bbcode-to-markdown.js",

@@ -13,3 +13,2 @@

replacement: function (innerHTML) {
debugger;
return '```\n' + innerHTML + '\n```';

@@ -31,3 +30,3 @@ }

{
filter: ['html', 'body', 'span', 'div', 'small'],
filter: ['html', 'body', 'span', 'div', 'small', 'font'],
replacement: function(innerHTML) {

@@ -34,0 +33,0 @@ return innerHTML;

@@ -221,3 +221,8 @@ [

"md": ""
},
{
"raw": "<a href=\"http://steamcommunity.com/sharedfiles/filedetails/?id=318020105\" target=\"_blank\"><font color=\"#ffa500\">http://steamcommunity.com/sharedfiles/filedetails/?id=318020105</font></a",
"html": "<a href=\"http://steamcommunity.com/sharedfiles/filedetails/?id=318020105\" target=\"_blank\"><font color=\"#ffa500\">http://steamcommunity.com/sharedfiles/filedetails/?id=318020105</font></a",
"md": "[http://steamcommunity.com/sharedfiles/filedetails/?id=318020105](http://steamcommunity.com/sharedfiles/filedetails/?id=318020105)"
}
]
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc