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

@hammad.fauz/parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hammad.fauz/parser - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

lib/Tokenizer.js

@@ -252,3 +252,7 @@ 'use strict';

} else {
this.wordToken[Token.VALUE_ID] += getChar(charCode);
if (this.wordToken[Token.VALUE_ID]) {
this.wordToken[Token.VALUE_ID] += getChar(charCode);
}else{
this.wordToken = this.createWordToken(getChar(charCode),0,0);
}
}

@@ -255,0 +259,0 @@

2

package.json
{
"name": "@hammad.fauz/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/hammadfauz/bbparser.git",

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