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

@adplata/html-validate-offline

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

@adplata/html-validate-offline - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
package.json
{
"name": "@adplata/html-validate-offline",
"version": "1.0.2",
"version": "1.0.3",
"description": "Html validate offline",

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

@@ -10,7 +10,5 @@ ## Installation

```script
const htmlValidateOffline = require('html-validate-offline')
const { validateHTML } = require('@adplata/html-validate-offline')
validateHTML('Your HTML code') # return { status, message }
htmlValidateOffline.htmlValidate('Your HTML code') # return { status, message }
status: true/false - Boolean

@@ -17,0 +15,0 @@ message: Description of validation - String