New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

html-validate-offline

Package Overview
Dependencies
Maintainers
1
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

npmnpm
Version
1.0.5
Version published
Weekly downloads
2
-91.3%
Maintainers
1
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

License

MIT

CHANGELOG

1.0.4 : Fixed - Closing styles

FAQs

Package last updated on 07 Jul 2021

Related posts