Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-link-checker

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-link-checker

Finds broken links and resources on websites

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
154
increased by31.62%
Maintainers
1
Weekly downloads
 
Created
Source

Run node-simple-crawler to discover broken links on your website

NPM version Dependency Status Travis Status

Getting Started

If you haven't used grunt before, be sure to check out the Getting Started guide, as it explains how to create a gruntfile as well as install and use grunt plugins. Once you're familiar with that process, install this plugin with this command:

npm install grunt-link-checker --save-dev

Then add this line to your project's Gruntfile.js gruntfile:

grunt.loadNpmTasks('grunt-link-checker');

Documentation

Minimal Usage

The minimal usage of grunt-link-checker runs with a site specified:

'link-checker': {
  dev: {
    site: 'example.com'
  }
}

Custom options

noFragment

Type: Boolean Default: false

Set this to true to speed up your test by not verfiying fragments.

simple-crawler options

Every option specified in the node-simplecrawler is available:

https://github.com/cgiffard/node-simplecrawler#configuring-the-crawler

Changelog

0.0.2 - Added noFragment flag.

0.0.1 - Check to make sure # URLs resolve to content with a corresponding id.

0.0.0 - Initial release

Keywords

FAQs

Package last updated on 26 May 2014

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

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