Socket
Socket
Sign inDemoInstall

@bbob/parser

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bbob/parser - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="1.0.9"></a>
## [1.0.9](https://github.com/JiLiZART/bbob/compare/@bbob/parser@1.0.8...@bbob/parser@1.0.9) (2018-07-10)
### Bug Fixes
* **parser:** only allowed tags error ([d3e8e4a](https://github.com/JiLiZART/bbob/commit/d3e8e4a))
<a name="1.0.8"></a>

@@ -8,0 +19,0 @@ ## [1.0.8](https://github.com/JiLiZART/bbob/compare/@bbob/parser@1.0.7...@bbob/parser@1.0.8) (2018-07-10)

4

lib/parse.js
const {
convertTokenToText,
convertTagToText,
getTagName,

@@ -190,3 +190,3 @@ getTokenColumn,

} else {
appendNode(convertTokenToText(token));
appendNode(convertTagToText(token));
}

@@ -193,0 +193,0 @@ }

{
"name": "@bbob/parser",
"version": "1.0.8",
"version": "1.0.9",
"description": "Fast, flexible, and lean implementation of BBcode parser",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/JiLiZART/bbob",

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