Socket
Socket
Sign inDemoInstall

rho

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rho - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

build/rho-0.1.15.js

9

bower.json

@@ -33,4 +33,11 @@ {

"pages",
"*.html"
"*.html",
"package.json",
"*.md",
"CNAME",
"Gruntfile.js",
"man",
"bin",
"dist"
]
}

5

lib/inline.js

@@ -444,3 +444,4 @@ "use strict";

emitLink: function(text, link) {
var href = link.url;
var href = link.url
, external = link.external || this.options.externalLinks;
if (!href)

@@ -451,2 +452,4 @@ href = link.toString();

this.out.push(" title=\"" + escapeHtml(link.title) + "\"");
if (external)
this.out.push(" target=\"_blank\"");
// Link text is rendered separately with the same options

@@ -453,0 +456,0 @@ var html = new InlineCompiler(this.options).toHtml(text);

{
"name": "rho",
"version": "0.1.14",
"version": "0.1.15",
"description": "Easy-to-{read,write,understand} semantic markup language for Node",

@@ -5,0 +5,0 @@ "author": "Boris Okunskiy <boris@okunskiy.name>",

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