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.1 to 1.0.2

lib/main.js

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Change Log

6

package.json
{
"name": "@hammad.fauz/parser",
"version": "1.0.1",
"version": "1.0.2",
"description": "Fast, flexible, and lean implementation of BBcode parser",

@@ -21,3 +21,3 @@ "homepage": "https://github.com/hammadfauz/bbparser.git",

],
"main": "dist/main.js",
"main": "lib/main.js",
"dependencies": {

@@ -31,3 +31,3 @@ "webpack": "^4.16.5"

"scripts": {
"build": "webpack ./lib/index.js"
"build": "webpack ./src/index.js -o ./lib/main.js"
},

@@ -34,0 +34,0 @@ "author": "Hammad Fauz <hammad.fauz@gmail.com>",

@@ -1,4 +0,4 @@

# @bbob/parser
[![install size](https://packagephobia.now.sh/badge?p=@bbob/parser)](https://packagephobia.now.sh/result?p=@bbob/parser) [![Known Vulnerabilities](https://snyk.io/test/github/JiLiZART/bbob/badge.svg?targetFile=packages%2Fbbob-parser%2Fpackage.json)](https://snyk.io/test/github/JiLiZART/bbob?targetFile=packages%2Fbbob-parser%2Fpackage.json)
# @hammad.fauz/parser
fork of @bbob/parser
> Parses BBCode and returns array AST tree

@@ -11,3 +11,3 @@

```js
import parse from '@bbob/parser'
import parse from '@hammad.fauz/parser'

@@ -14,0 +14,0 @@ const options = {

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