html-inspector
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
361334
15
3
4
+ Addedshelljs@*
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedinterpret@1.4.0(transitive)
+ Addedis-core-module@2.16.1(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedrechoir@0.6.2(transitive)
+ Addedresolve@1.22.10(transitive)
+ Addedshelljs@0.8.5(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedwrappy@1.0.2(transitive)