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

html-inspector

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-inspector - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

2

bower.json
{
"name": "html-inspector",
"version": "0.7.1",
"version": "0.7.2",
"main": "html-inspector.js",

@@ -5,0 +5,0 @@ "ignore": [

@@ -0,1 +1,5 @@

### 0.7.2 (January 22, 2014)
* Warn if the user tries to use the CLI when phantomjs isn't installed.
### 0.7.1 (January 16, 2014)

@@ -2,0 +6,0 @@

{
"name": "html-inspector",
"title": "HTML Inspector",
"version": "0.7.1",
"version": "0.7.2",
"description": "HTML Inspector is a code quality tool to help you and your team write better markup. It's written in JavaScript and runs in the browser, so testing your HTML has never been easier.",

@@ -23,3 +23,4 @@ "license": "MIT",

"dependencies": {
"commander": "*"
"commander": "*",
"colors": "*"
},

@@ -42,5 +43,4 @@ "devDependencies": {

"semver": "*",
"colors": "*",
"moment": "*"
}
}

@@ -36,2 +36,7 @@ # HTML Inspector

# Inspect a file from the command line
# Note: the CLI requires phantomjs to be installed
# http://phantomjs.org/download.html
htmlinspector path/to/file.html
# View the CLI options

@@ -38,0 +43,0 @@ htmlinspector --help

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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