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

check-html-links

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-html-links - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

CHANGELOG.md
# check-html-links
## 0.2.2
### Patch Changes
- 66c2d78: fix: windows path issue
## 0.2.1

@@ -4,0 +10,0 @@

4

package.json
{
"name": "check-html-links",
"version": "0.2.1",
"version": "0.2.2",
"publishConfig": {

@@ -16,2 +16,3 @@ "access": "public"

"homepage": "https://rocket.modern-web.dev/docs/tools/check-html-links/",
"main": "./index.js",
"bin": {

@@ -21,3 +22,2 @@ "check-html-links": "src/cli.js"

"type": "module",
"main": "./index.js",
"exports": {

@@ -24,0 +24,0 @@ ".": "./index.js"

@@ -9,2 +9,3 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */

import path from 'path';
import slash from 'slash';

@@ -49,3 +50,3 @@ /** @typedef {import('../types/main').Link} Link */

const attributeName = data.name.toString();
const value = data.value.toString();
const value = slash(data.value.toString());
const entry = {

@@ -52,0 +53,0 @@ attribute: attributeName,

Sorry, the diff of this file is not supported yet

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