Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 0.8.0

2

bower.json
{
"name": "html-inspector",
"version": "0.7.3",
"version": "0.8.0",
"main": "html-inspector.js",

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

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

### 0.8.0 (February 7, 2014)
* Remove the UMD wrapper to avoid CLI conflicts on pages using AMD.
### 0.7.3 (January 27, 2014)

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

@@ -94,3 +94,3 @@ # FAQs

script.type = 'text/javascript';
script.src = 'http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.7.2/html-inspector.js';
script.src = 'http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.7.3/html-inspector.js';
script.onload = function(){

@@ -97,0 +97,0 @@ w.HTMLInspector.inspect();

@@ -45,6 +45,3 @@ module.exports = function(grunt) {

src: "src/html-inspector.js",
dest: "<%= pkg.name %>.js",
options: {
standalone: "HTMLInspector"
}
dest: "<%= pkg.name %>.js"
}

@@ -51,0 +48,0 @@ },

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

@@ -38,3 +38,3 @@ "license": "MIT",

"mocha": "*",
"sinon": "*",
"sinon": "1.7.3",
"mout": "*",

@@ -41,0 +41,0 @@ "dom-utils": "*",

@@ -27,3 +27,3 @@ # HTML Inspector

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

@@ -30,0 +30,0 @@

@@ -164,2 +164,2 @@ var Listener = require("./listener")

module.exports = HTMLInspector
window.HTMLInspector = HTMLInspector

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