remark-wiki-link
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "remark-wiki-link", | ||
"description": "Parse and render wiki-style links", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"keywords": [ | ||
@@ -31,6 +31,6 @@ "remark", | ||
"mdast-util-wiki-link": "0.0.1", | ||
"micromark-extension-wiki-link": "^0.0.2" | ||
"micromark-extension-wiki-link": "^0.0.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.4.4", | ||
@@ -40,4 +40,2 @@ "@babel/plugin-transform-runtime": "^7.4.4", | ||
"@babel/register": "^7.4.4", | ||
"mocha": "^6.1.4", | ||
"rollup": "^2.32.0", | ||
"@rollup/plugin-babel": "^5.2.1", | ||
@@ -51,2 +49,3 @@ "@rollup/plugin-commonjs": "^15.1.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"mocha": "^6.2.3", | ||
"rehype-stringify": "^8.0.0", | ||
@@ -56,2 +55,3 @@ "remark-parse": "^9.0.0", | ||
"remark-stringify": "^9.0.0", | ||
"rollup": "^2.32.0", | ||
"unified": "^9.2.0", | ||
@@ -58,0 +58,0 @@ "unist-util-visit": "^2.0.3" |
@@ -19,3 +19,3 @@ # remark-wiki-link | ||
const markdown = require('remark-parse') | ||
const wikiLinkPlugin = require('remark-wiki-link'); | ||
const { wikiLinkPlugin } = require('remark-wiki-link'); | ||
@@ -22,0 +22,0 @@ let processor = unified() |
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
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
0
11361
10
119
+ Addedmicromark-extension-wiki-link@0.0.3(transitive)
- Removedmicromark-extension-wiki-link@0.0.2(transitive)