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

href-checker

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

href-checker - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

package.json
{
"name": "href-checker",
"version": "1.0.2",
"version": "1.0.3",
"description": "Hyperlink checker for HTML pages which checks href attributes by actually visiting linked pages and also checking existence of URL fragments.",

@@ -31,9 +31,9 @@ "keywords": [

"dependencies": {
"puppeteer": "^4.0.1",
"puppeteer": "^5.2.1",
"sade": "^1.7.3"
},
"devDependencies": {
"@types/puppeteer": "^3.0.0",
"@types/puppeteer": "^3.0.1",
"@types/sade": "^1.7.2",
"typescript": "^3.9.5"
"typescript": "^3.9.7"
},

@@ -40,0 +40,0 @@ "engines": {

@@ -44,6 +44,4 @@ # href-checker

The package is available as an ES module.
```js
import { checkLinks } from "href-checker";
const { checkLinks } = require("href-checker");

@@ -50,0 +48,0 @@ for await (const result of checkLinks(url, options)) {

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