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 0.7.1 to 1.0.0

dist/module.cjs

65

package.json
{
"name": "@nuxtjs/html-validator",
"version": "0.7.1",
"description": "html-validator integration for Nuxt.js",
"version": "1.0.0",
"description": "html-validate integration for Nuxt",
"keywords": [

@@ -15,47 +15,50 @@ "nuxt",

"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/module.d.ts",
"files": [
"dist"
"dist",
"validator.d.ts"
],
"scripts": {
"build": "siroc build",
"dev": "nuxt example",
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"lint": "eslint --ext .js,.ts,.vue",
"lint:all": "yarn lint .",
"prepare": "husky install && yarn build",
"prepublishOnly": "yarn test",
"release": "yarn build && yarn test && release-it",
"test": "yarn lint && yarn build && jest"
"release": "yarn test && release-it",
"test": "yarn vitest run"
},
"dependencies": {
"defu": "^5.0.1",
"html-validate": "~7.4.1"
"@nuxt/kit": "^3.0.0-rc.10",
"chalk": "^5.0.1",
"html-validate": "7.5.0",
"prettier": "^2.7.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.19.0",
"@babel/preset-typescript": "7.18.6",
"@nuxt/test-utils": "0.2.2",
"@nuxt/types": "2.15.8",
"@nuxt/module-builder": "latest",
"@nuxt/test-utils": "3.0.0-rc.10",
"@nuxtjs/eslint-config-typescript": "11.0.0",
"@release-it/conventional-changelog": "5.1.0",
"@types/jest": "29.0.1",
"babel-eslint": "latest",
"babel-jest": "29.0.3",
"eslint": "8.23.0",
"c8": "^7.12.0",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"jest": "29.0.3",
"lint-staged": "13.0.3",
"nuxt-edge": "2.16.0-27226092.034b9901",
"release-it": "15.4.1",
"siroc": "0.16.0"
"nuxt": "npm:nuxt3@3.0.0-rc.11-27722816.abd0feb",
"release-it": "15.4.2",
"vitest": "^0.21.1"
},
"peerDependencies": {
"chalk": "^3.0.0 || ^4.0.0 || ^5.0.0",
"consola": "^2.15.0",
"prettier": "^2.1.2"
"resolutions": {
"@nuxtjs/html-validator": "link:./"
},
"volta": {
"node": "16.17.0"
"node": "16.17.1"
},

@@ -62,0 +65,0 @@ "publishConfig": {

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