New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html-validator

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-validator - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

17

package.json
{
"name": "html-validator",
"version": "1.0.0",
"version": "2.0.0",
"description": "Validate html using validator.w3.org/nu",

@@ -13,7 +13,7 @@ "license": "MIT",

"engines": {
"node": ">=0.12.0"
"node": ">=4.4.7"
},
"scripts": {
"setup": "npm install && node setup.js",
"test": "standard && tap --reporter=spec test/*.js",
"test": "standard && nsp check && tap --reporter=spec test/*.js",
"coverage": "tap test/*.js --coverage",

@@ -34,10 +34,11 @@ "coveralls": "tap --cov --coverage-report=lcov test/*.js && cat coverage/lcov.info | coveralls"

"dependencies": {
"request": "^2.64.0",
"valid-url": "^1.0.9"
"request": "2.74.0",
"valid-url": "1.0.9"
},
"devDependencies": {
"coveralls": "^2.11.4",
"standard": "^5.3.1",
"tap": "^1.4.1"
"coveralls": "2.11.12",
"nsp": "2.6.1",
"standard": "7.1.2",
"tap": "6.3.2"
}
}

Sorry, the diff of this file is not supported yet

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