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 1.8.1 to 1.8.2

5

build/src/cli.js

@@ -54,7 +54,8 @@ #!/usr/bin/env node

concurrency: { type: 'string' },
recurse: { type: 'boolean', alias: 'r', default: undefined },
recurse: { type: 'boolean', alias: 'r' },
skip: { type: 'string', alias: 's' },
format: { type: 'string', alias: 'f' },
silent: { type: 'boolean', default: undefined },
silent: { type: 'boolean' },
},
booleanDefault: undefined,
});

@@ -61,0 +62,0 @@ let flags;

11

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": "1.8.1",
"version": "1.8.2",
"license": "MIT",

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

"jsonexport": "^2.4.1",
"meow": "^5.0.0",
"meow": "^6.0.0",
"p-queue": "^6.2.1",

@@ -35,2 +35,3 @@ "serve-static": "^1.14.1",

"devDependencies": {
"@types/chai": "^4.2.7",
"@types/cheerio": "^0.22.10",

@@ -46,4 +47,6 @@ "@types/finalhandler": "^1.1.0",

"assert-rejects": "^1.0.0",
"c8": "^6.0.0",
"c8": "^7.0.0",
"chai": "^4.2.0",
"codecov": "^3.6.1",
"execa": "^3.4.0",
"gts": "^1.1.0",

@@ -53,3 +56,3 @@ "mocha": "^6.2.1",

"semantic-release": "^15.13.24",
"sinon": "^7.5.0",
"sinon": "^8.0.0",
"source-map-support": "^0.5.13",

@@ -56,0 +59,0 @@ "typescript": "^3.6.4"

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