Socket
Socket
Sign inDemoInstall

remark-wiki-link

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-wiki-link - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"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()

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