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

linkinator

Package Overview
Dependencies
Maintainers
0
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkinator - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

1

build/src/index.d.ts

@@ -5,2 +5,3 @@ import { EventEmitter } from 'node:events';

import { Queue } from './queue.js';
export { getConfig } from './config.js';
export declare enum LinkState {

@@ -7,0 +8,0 @@ OK = "OK",

@@ -9,2 +9,3 @@ import { EventEmitter } from 'node:events';

import { startWebServer } from './server.js';
export { getConfig } from './config.js';
export var LinkState;

@@ -11,0 +12,0 @@ (function (LinkState) {

7

package.json
{
"name": "linkinator",
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.",
"version": "6.1.1",
"version": "6.1.2",
"license": "MIT",

@@ -16,3 +16,3 @@ "repository": "JustinBeckwith/linkinator",

"pretest": "npm run build",
"prepare": "npm run build",
"prepare": "husky && npm run build",
"coverage": "c8 report --reporter=json",

@@ -39,3 +39,3 @@ "build": "tsc -p .",

"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.3",
"@types/escape-html": "^1.0.1",

@@ -48,2 +48,3 @@ "@types/mocha": "^10.0.0",

"execa": "^9.0.0",
"husky": "^9.0.11",
"mocha": "^10.0.0",

@@ -50,0 +51,0 @@ "nock": "^13.2.1",

@@ -7,3 +7,3 @@ # 🐿 linkinator

[![codecov](https://img.shields.io/codecov/c/github/JustinBeckwith/linkinator/main)](https://app.codecov.io/gh/JustinBeckwith/linkinator)
[![XO code style](https://shields.io/badge/code_style-5ed9c7?logo=xo&labelColor=gray)](https://github.com/xojs/xo)
[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079)](https://github.com/semantic-release/semantic-release)

@@ -10,0 +10,0 @@

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