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

linkinator

Package Overview
Dependencies
Maintainers
1
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 4.0.2 to 4.0.3

5

build/src/cli.js
#!/usr/bin/env node
import meow from 'meow';
import updateNotifier from 'update-notifier';
import chalk from 'chalk';
import fs from 'fs';
import { URL } from 'url';
import { getConfig } from './config.js';
import { Format, Logger, LogLevel } from './logger.js';
import { LinkChecker, LinkState, } from './index.js';
const pkg = JSON.parse(fs.readFileSync(new URL('../../package.json', import.meta.url), 'utf-8'));
updateNotifier({ pkg }).notify();
/* eslint-disable no-process-exit */

@@ -13,0 +8,0 @@ const cli = meow(`

10

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": "4.0.2",
"version": "4.0.3",
"license": "MIT",

@@ -35,10 +35,9 @@ "repository": "JustinBeckwith/linkinator",

"server-destroy": "^1.0.1",
"srcset": "^5.0.0",
"update-notifier": "^6.0.0"
"srcset": "^5.0.0"
},
"devDependencies": {
"@types/escape-html": "^1.0.1",
"@types/glob": "^7.2.0",
"@types/glob": "^8.0.0",
"@types/marked": "^4.0.0",
"@types/mime": "^2.0.3",
"@types/mime": "^3.0.0",
"@types/mocha": "^9.0.0",

@@ -48,3 +47,2 @@ "@types/node": "^16.11.7",

"@types/sinon": "^10.0.6",
"@types/update-notifier": "^6.0.0",
"c8": "^7.10.0",

@@ -51,0 +49,0 @@ "codecov": "^3.8.2",

build/src/cli.js.map

Sorry, the diff of this file is not supported yet

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