Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

reflinks

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflinks - npm Package Compare versions

Comparing version
0.3.4
to
0.3.5
+11
-1
index.js

@@ -91,3 +91,9 @@ /*!

var res = linkify(pkgs, opts);
try {
var res = linkify(pkgs, opts);
} catch (err) {
cb(err);
return;
}
res.links.sort(function(a, b) {

@@ -111,2 +117,6 @@ return a.localeCompare(b);

pkg.homepage = utils.homepage(pkg);
if (!pkg.name || !pkg.homepage) {
return acc;
}
var link = typeof options.template !== 'function'

@@ -113,0 +123,0 @@ ? utils.reference(pkg.name, pkg.homepage)

+10
-12
{
"name": "reflinks",
"description": "Generate (relative) reference links for a glob of markdown files, allowing you to more easily create references from one file to another.",
"version": "0.3.4",
"version": "0.3.5",
"homepage": "https://github.com/jonschlinkert/reflinks",

@@ -14,4 +14,2 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"index.js",
"LICENSE",
"README.md",
"utils.js"

@@ -27,3 +25,3 @@ ],

"dependencies": {
"async-each": "^1.0.0",
"async-each": "^1.0.1",
"data-store": "^0.16.1",

@@ -33,5 +31,5 @@ "date-store": "^0.1.2",

"get-pkg": "^0.3.0",
"lazy-cache": "^2.0.1",
"lazy-cache": "^2.0.2",
"markdown-reference": "^0.1.0",
"ora": "^0.2.3",
"ora": "^0.4.0",
"pkg-homepage": "^0.1.1"

@@ -41,8 +39,8 @@ },

"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.8",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-unused": "^0.1.2",
"mocha": "^2.4.5"
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.0",
"mocha": "^3.2.0"
},

@@ -49,0 +47,0 @@ "keywords": [