Socket
Socket
Sign inDemoInstall

orga-remark

Package Overview
Dependencies
5
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

10

index.js

@@ -24,3 +24,7 @@ const h = require("unist-builder");

node.url = node.uri.raw;
node.children.push(h("text", { value: node.desc }));
if (node.desc) {
node.children.push(h("text", { value: node.desc }));
} else {
node.children.push(h("text", { value: node.uri.raw }));
}
});

@@ -36,2 +40,6 @@

visit(tree, "underline", node => {
node.type = "emphasis";
});
visit(tree, "list.item", node => {

@@ -38,0 +46,0 @@ node.type = "listItem";

4

package.json
{
"name": "orga-remark",
"version": "0.0.4",
"version": "0.0.5",
"description": "Converts oast to mdxast.",

@@ -30,3 +30,3 @@ "main": "index.js",

},
"gitHead": "11008e26eebc89a7674d86896908e4704709f00a"
"gitHead": "591e8b6a8ad7a862c8b839ba5251bbc4a384d2f2"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc