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.1 to 1.0.2

4

cli.js

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

const sade_1 = __importDefault(require("sade"));
const path_1 = require("path");
const fs_1 = require("fs");
const index_js_1 = require("./index.js");
const { version } = JSON.parse(fs_1.readFileSync(path_1.join(__dirname, "package.json"), "utf-8"));
sade_1.default("href-checker <url>", true)
.version(JSON.parse(fs_1.readFileSync("./package.json", "utf-8")).version)
.version(version)
.example("https://example.com")

@@ -14,0 +16,0 @@ .example("https://sidvishnoi.github.io/ --no-off-site --format=json")

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

@@ -5,0 +5,0 @@ "keywords": [

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