@hammad.fauz/parser
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,0 +0,0 @@ # Change Log |
{ | ||
"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 = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12432
4
0
2