Socket
Socket
Sign inDemoInstall

@nuxtjs/html-validator

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/html-validator - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

CHANGELOG.md

@@ -0,2 +1,9 @@

### [0.1.2](https://github.com/nuxt-community/html-validator-module/compare/0.1.1...0.1.2) (2020-11-03)
### Bug Fixes
* ignore scoped data attributes ([d51da80](https://github.com/nuxt-community/html-validator-module/commit/d51da807e44ab521715cfb6c10b27ed23f21bdf9)), closes [#3](https://github.com/nuxt-community/html-validator-module/issues/3)
### 0.1.1 (2020-10-29)

1

dist/index.js

@@ -76,2 +76,3 @@ 'use strict';

}
html = typeof html === "string" ? html.replace(/ ?data-v-[a-z0-9]+\b/g, "") : html;
const {valid, results} = validator.validateString(html);

@@ -78,0 +79,0 @@ if (valid) {

4

package.json
{
"name": "@nuxtjs/html-validator",
"version": "0.1.1",
"version": "0.1.2",
"description": "html-validator integration for Nuxt.js",

@@ -53,3 +53,3 @@ "keywords": [

"babel-jest": "latest",
"eslint": "latest",
"eslint": "^7.12.1",
"husky": "4.3.0",

@@ -56,0 +56,0 @@ "jest": "latest",

@@ -0,1 +1,3 @@

[![@nuxtjs/html-validator](https://html-validator.nuxtjs.org/preview.png)](https://html-validator.nuxtjs.org)
# @nuxtjs/html-validator

@@ -2,0 +4,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