Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@islandjs/plugin-check-links

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@islandjs/plugin-check-links

Dead links check plugin for islandjs

latest
npmnpm
Version
0.7.31
Version published
Weekly downloads
16
1500%
Maintainers
1
Weekly downloads
 
Created
Source

npm version

A plugin for Island.js to check links in markdown files.

Install

# npm
npm install @islandjs/plugin-check-links
# yarn
yarn add @islandjs/plugin-check-links
# pnpm
pnpm install @islandjs/plugin-check-links

Usage

// .island/config.ts
import { pluginCheckLinks } from '@islandjs/plugin-check-links';
import { defineConfig } from 'islandjs';

export default defineConfig({
  plugins: [pluginCheckLinks()]
});

Options

interface DeadLinkCheckOptions {
  /**
   * Exclude links
   */
  exclude?: (string | RegExp)[];
  /**
   * External link request timeout time
   */
  timeout?: number;
}

Keywords

vite

FAQs

Package last updated on 06 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts