linkinator
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -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) { |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71049
1494
16