New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remark-relative-links

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-relative-links - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

index.js
const visit = require('unist-util-visit');
module.exports = (options = {}) => {
if (!options.domainRegex) {
module.exports = function (options) {
if (!options || !options.domainRegex) {
throw Error('Missing required "domainRegex" option');

@@ -6,0 +6,0 @@ }

{
"name": "remark-relative-links",
"version": "0.0.4",
"version": "0.0.5",
"description": "Rewrites absolute URLs to relative ones.",

@@ -5,0 +5,0 @@ "main": "index.js",

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