Socket
Socket
Sign inDemoInstall

bbcode-to-markdown

Package Overview
Dependencies
103
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "bbcode-to-markdown",
"version": "1.0.1",
"version": "1.0.2",
"description": "bbcode-to-markdown ==================",

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

@@ -61,2 +61,6 @@ var bbcode = require('bbcodejs');

// ??
'colgroup',
'col',
// http://forum.thesettlersonline.net/misc.php?do=bbcode

@@ -63,0 +67,0 @@ 'highlight',

@@ -23,3 +23,3 @@

{
filter: ['html', 'body', 'span', 'div', 'small', 'font', 'article', 'section']
filter: ['html', 'body', 'span', 'div', 'small', 'font', 'article', 'section', 'u']
.concat(

@@ -26,0 +26,0 @@ // weird tags i came across

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