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.2 to 2.0.0

16

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.2",
"version": "2.0.0",
"license": "MIT",

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

"@types/meow": "^5.0.0",
"@types/mocha": "^5.2.7",
"@types/mocha": "^7.0.0",
"@types/node": "^12.7.12",

@@ -51,5 +51,5 @@ "@types/serve-static": "^1.13.3",

"gts": "^1.1.0",
"mocha": "^6.2.1",
"mocha": "^7.0.0",
"nock": "^11.4.0",
"semantic-release": "^15.13.24",
"semantic-release": "^17.0.0",
"sinon": "^8.0.0",

@@ -60,3 +60,3 @@ "source-map-support": "^0.5.13",

"engines": {
"node": ">=8"
"node": ">=10"
},

@@ -82,3 +82,9 @@ "files": [

]
},
"mocha": {
"check-leaks": true,
"timeout": 10000,
"throw-deprecation": true,
"require": "source-map-support/register"
}
}
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