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

unclosed-tag-finder

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unclosed-tag-finder - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "unclosed-tag-finder",
"version": "0.0.8",
"version": "0.0.9",
"description": "A library to find unclosed html5 tags, that are normally optional.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -21,6 +21,6 @@ # Unclosed Tag Finder

## Install (in general)
## Installation
```
user$ npm install unclosed-tag-finder
user$ npm install unclosed-tag-finder -g
```

@@ -30,8 +30,4 @@

```
user$ npm install unclosed-tag-finder -g
```
### Create a valid html5 file (but with some unclosed tags)
Create a W3C valid html5 file (but with some unclosed tags):
```

@@ -57,3 +53,3 @@ user$ vi w3cValid.html

Install a W3C checker and check the file. You will see that the w3c checker above will accept the unclosed tags:
### Check the html5 file with a w3c checker of your choice

@@ -66,8 +62,5 @@ ```

The page is valid. Now use the unclosed-tag-finder to find unclosed html5 tags:
The page is valid.
```
user$ npm install unclosed-tag-finder
user$ vi listUnclosedTags.js
```
### Find unclosed tags within this valid html5 file

@@ -74,0 +67,0 @@ ```

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