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.6.0 to 0.7.0

html-inspector.js

13

bower.json
{
"name": "html-inspector",
"version": "0.6.0",
"main": "dist/html-inspector.js",
"version": "0.7.0",
"main": "html-inspector.js",
"ignore": [
"bin",
"img",
"spec",
"src",
"test",
".*",
"bower.json",
"CHANGELOG.md",
"CONTRIBUTING.md",
"FAQs.md",
"Gruntfile.js",
"package.json"
"package.json",
"README.md",
"try.html"
]
}

@@ -0,1 +1,6 @@

### 0.7.0 (November 9, 2013)
* Move the main script from the `dist` folder to the project root.
* Ignore all files execpt the main script in bower.json.
### 0.6.0 (November 9, 2013)

@@ -2,0 +7,0 @@

@@ -25,4 +25,4 @@ module.exports = function(grunt) {

options: { banner: "<%= banner %>" },
src: "dist/<%= pkg.name %>.js",
dest: "dist/<%= pkg.name %>.js"
src: "<%= pkg.name %>.js",
dest: "<%= pkg.name %>.js"
},

@@ -46,3 +46,3 @@ html_inspector_test: {

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

@@ -49,0 +49,0 @@ standalone: "HTMLInspector"

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

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

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

If you clone the Github repo, just use the file at `dist/html-inspector.js`.
If you clone the Github repo, just use the file named `html-inspector.js` in the project root.

@@ -49,0 +49,0 @@ Once HTML Inspector is added, you can run `HTMLInspector.inspect()` to see the results. Calling `inspect` with no options will load all rules and run them with their default configuration options.

Sorry, the diff of this file is not supported yet

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