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.0 to 0.7.1

2

bin/phantom-runner.js

@@ -36,3 +36,3 @@ // Safe to assume arguments here

if (!hasInspectorScript) {
page.injectJs(basePath + '/dist/html-inspector.js')
page.injectJs(basePath + '/html-inspector.js')
}

@@ -39,0 +39,0 @@

{
"name": "html-inspector",
"version": "0.7.0",
"version": "0.7.1",
"main": "html-inspector.js",

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

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

### 0.7.1 (January 16, 2014)
* Fix an incorrect reference to `dist/html-inspector.js` in phantom runner.
### 0.7.0 (November 9, 2013)

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

{
"name": "html-inspector",
"title": "HTML Inspector",
"version": "0.7.0",
"version": "0.7.1",
"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.",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -14,2 +14,3 @@ # HTML Inspector

9. [FAQs](#faqs)
10. [Third Party Rules](#third-party-rules)

@@ -22,6 +23,2 @@ HTML Inspector is a highly-customizable, code quality tool to help you (and your team) write better markup. It aims to find a balance between the uncompromisingly strict W3C validator and having absolutely no rules at all (the unfortunate reality for most of us).

### News
**The online hackathan site [ChallengePost](http://challengepost.com/) is sponsoring a competition to extend HTML Inspector. You can [register here](http://htmlinspector.challengepost.com) to enter. Submissions are due by November 13, 2013.**
## Getting Started

@@ -32,3 +29,3 @@

```html
<script src="http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.5.1/html-inspector.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.7.0/html-inspector.js"></script>
```

@@ -380,1 +377,7 @@

The FAQs section has grown rather large, so it has been moved to its own page. You can find the [full FAQs here](https://github.com/philipwalton/html-inspector/blob/master/FAQs.md).
## Third Party Rules
- [Large Viewstate](https://github.com/palewar/html-inspector/blob/master/src/rules/best-practices/large-viewstate.js) - warn if View State takes up more than 50KB (configurable) in ASP.NET generated HTML
- [Voice Input](https://googledrive.com/host/0B8yu2s4Q9YD8VEZNUHJaV3BkSzA/File.htm) - warn when input fields are inaccessible to voice input

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