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.2 to 0.7.3

2

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

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

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

### 0.7.3 (January 27, 2014)
* Move shelljs from devDependencies to dependencies.
### 0.7.2 (January 22, 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.4.1/html-inspector.js';
script.src = 'http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.7.2/html-inspector.js';
script.onload = function(){

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

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

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

"commander": "*",
"colors": "*"
"colors": "*",
"shelljs": "*"
},

@@ -41,3 +42,2 @@ "devDependencies": {

"dom-utils": "*",
"shelljs": "*",
"semver": "*",

@@ -44,0 +44,0 @@ "moment": "*"

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

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

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

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