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

@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 1.5.2 to 1.6.0

dist/module.d.mts

4

dist/module.d.ts

@@ -16,3 +16,3 @@ import * as _nuxt_schema from '@nuxt/schema';

*/
hookable: boolean;
hookable?: boolean;
}

@@ -22,2 +22,2 @@

export { ModuleOptions, _default as default };
export { type ModuleOptions, _default as default };

@@ -7,3 +7,3 @@ {

},
"version": "1.5.2"
"version": "1.6.0"
}
import { ModuleOptions } from './module'
import type { ModuleOptions } from './module'
declare module '@nuxt/schema' {

@@ -15,2 +16,2 @@ interface NuxtConfig { ['htmlValidator']?: Partial<ModuleOptions> }

export { ModuleOptions, default } from './module'
export type { ModuleOptions, default } from './module'
{
"name": "@nuxtjs/html-validator",
"version": "1.5.2",
"version": "1.6.0",
"description": "html-validate integration for Nuxt",

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

"chalk": "^5.1.2",
"html-validate": "~8.0.5",
"html-validate": "~8.7.0",
"pathe": "^1.0.0",

@@ -49,17 +49,17 @@ "prettier": "^3.0.0",

"devDependencies": {
"@nuxt/module-builder": "0.4.0",
"@nuxt/test-utils": "3.6.5",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@vitest/coverage-v8": "0.33.0",
"bumpp": "9.1.1",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"@nuxt/module-builder": "0.5.4",
"@nuxt/test-utils": "3.8.1",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@vitest/coverage-v8": "0.34.6",
"bumpp": "9.2.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"nuxt": "3.6.5",
"vitest": "0.33.0"
"lint-staged": "15.2.0",
"nuxt": "3.8.2",
"vitest": "0.34.6"
},
"resolutions": {
"@nuxtjs/html-validator": "link:./",
"@nuxt/kit": "3.6.5",
"@nuxt/kit": "3.8.2",
"consola": "^3.0.0"

@@ -70,3 +70,3 @@ },

},
"packageManager": "pnpm@8.6.9"
"packageManager": "pnpm@8.11.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