@textlint/textlint-plugin-markdown
Advanced tools
Comparing version 5.3.5 to 12.0.0-beta.0
{ | ||
"name": "@textlint/textlint-plugin-markdown", | ||
"version": "5.3.5", | ||
"version": "12.0.0-beta.0", | ||
"description": "Markdown support for textlint.", | ||
@@ -20,5 +20,5 @@ "keywords": [ | ||
"author": "azu", | ||
"type": "lib/index.d.ts", | ||
"main": "lib/index.js", | ||
"module": "./module/index.js", | ||
"types": "lib/src/index.d.ts", | ||
"main": "lib/src/index.js", | ||
"module": "module/src/index.js", | ||
"directories": { | ||
@@ -35,3 +35,3 @@ "test": "test" | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo tsconfig.module.tsbuildinfo", | ||
"clean": "rimraf lib/ module/", | ||
"prepublish": "npm run --if-present build", | ||
@@ -42,6 +42,6 @@ "test": "mocha \"test/**/*.{js,ts}\"", | ||
"dependencies": { | ||
"@textlint/markdown-to-ast": "^6.3.5" | ||
"@textlint/markdown-to-ast": "^12.0.0-beta.0" | ||
}, | ||
"devDependencies": { | ||
"@textlint/kernel": "^3.4.5", | ||
"@textlint/kernel": "^12.0.0-beta.0", | ||
"cross-env": "^7.0.3", | ||
@@ -53,3 +53,3 @@ "mocha": "^8.4.0", | ||
"ts-node-test-register": "^9.0.1", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -60,3 +60,3 @@ "publishConfig": { | ||
"email": "azuciao@gmail.com", | ||
"gitHead": "4cb1e78aa38cd0e942c61f352ffb29bb36f80a7b" | ||
"gitHead": "1e0d0d7f628be0bfce04b6cd36fcc8390ca43096" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
145468
19
1
1
+ Added@textlint/ast-node-types@12.6.1(transitive)
+ Added@textlint/markdown-to-ast@12.6.1(transitive)
+ Added@types/mdast@3.0.15(transitive)
+ Added@types/unist@2.0.11(transitive)
+ Addedccount@1.1.0(transitive)
+ Addedescape-string-regexp@4.0.0(transitive)
+ Addedis-buffer@2.0.5(transitive)
+ Addedis-plain-obj@2.1.0(transitive)
+ Addedlongest-streak@2.0.4(transitive)
+ Addedmarkdown-table@2.0.0(transitive)
+ Addedmdast-util-find-and-replace@1.1.1(transitive)
+ Addedmdast-util-footnote@0.1.7(transitive)
+ Addedmdast-util-from-markdown@0.8.5(transitive)
+ Addedmdast-util-frontmatter@0.2.0(transitive)
+ Addedmdast-util-gfm@0.1.2(transitive)
+ Addedmdast-util-gfm-autolink-literal@0.1.3(transitive)
+ Addedmdast-util-gfm-strikethrough@0.2.3(transitive)
+ Addedmdast-util-gfm-table@0.1.6(transitive)
+ Addedmdast-util-gfm-task-list-item@0.1.6(transitive)
+ Addedmdast-util-to-markdown@0.6.5(transitive)
+ Addedmdast-util-to-string@2.0.0(transitive)
+ Addedmicromark@2.11.4(transitive)
+ Addedmicromark-extension-footnote@0.3.2(transitive)
+ Addedmicromark-extension-frontmatter@0.2.2(transitive)
+ Addedmicromark-extension-gfm@0.3.3(transitive)
+ Addedmicromark-extension-gfm-autolink-literal@0.5.7(transitive)
+ Addedmicromark-extension-gfm-strikethrough@0.6.5(transitive)
+ Addedmicromark-extension-gfm-table@0.4.3(transitive)
+ Addedmicromark-extension-gfm-tagfilter@0.3.0(transitive)
+ Addedmicromark-extension-gfm-task-list-item@0.3.3(transitive)
+ Addedparse-entities@2.0.0(transitive)
+ Addedremark-footnotes@3.0.0(transitive)
+ Addedremark-frontmatter@3.0.0(transitive)
+ Addedremark-gfm@1.0.0(transitive)
+ Addedremark-parse@9.0.0(transitive)
+ Addedunified@9.2.2(transitive)
+ Addedunist-util-is@4.1.0(transitive)
+ Addedunist-util-stringify-position@2.0.3(transitive)
+ Addedunist-util-visit-parents@3.1.1(transitive)
+ Addedvfile@4.2.1(transitive)
+ Addedvfile-message@2.0.4(transitive)
+ Addedzwitch@1.0.5(transitive)
- Removed@textlint/ast-node-types@4.4.3(transitive)
- Removed@textlint/markdown-to-ast@6.3.5(transitive)
- Removedboundary@1.0.1(transitive)
- Removedcollapse-white-space@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedis-plain-obj@1.1.0(transitive)
- Removedis-whitespace-character@1.0.4(transitive)
- Removedis-word-character@1.0.4(transitive)
- Removedmarkdown-escapes@1.0.4(transitive)
- Removedparse-entities@1.2.2(transitive)
- Removedremark-frontmatter@1.3.3(transitive)
- Removedremark-parse@5.0.0(transitive)
- Removedreplace-ext@1.0.0(transitive)
- Removedstate-toggle@1.0.3(transitive)
- Removedstructured-source@3.0.2(transitive)
- Removedtrim@0.0.1(transitive)
- Removedtrim-trailing-lines@1.1.4(transitive)
- Removedunherit@1.1.3(transitive)
- Removedunified@6.2.0(transitive)
- Removedunist-util-is@3.0.0(transitive)
- Removedunist-util-remove-position@1.1.4(transitive)
- Removedunist-util-stringify-position@1.1.2(transitive)
- Removedunist-util-visit@1.4.1(transitive)
- Removedunist-util-visit-parents@2.1.2(transitive)
- Removedvfile@2.3.0(transitive)
- Removedvfile-location@2.0.6(transitive)
- Removedvfile-message@1.1.1(transitive)
- Removedx-is-string@0.1.0(transitive)
- Removedxtend@4.0.2(transitive)