🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

html-validate-offline

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-validate-offline

Html validate offline

latest
npmnpm
Version
1.0.6
Version published
Weekly downloads
3
200%
Maintainers
2
Weekly downloads
 
Created
Source

Installation

npm install --save html-validate-offline

Usage

const { validateHTML } = require('@adplata/html-validate-offline')
validateHTML('Your HTML code')    # return { status, message }

status: true/false - Boolean
message: Description of validation - String

Repository

https://github.com/adplata/validate-html-offline

License

MIT

CHANGELOG

1.0.4 : Fixed - Closing styles 1.0.5 : Added repository to README.md

FAQs

Package last updated on 07 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts