Comparing version 0.1.21 to 0.1.22
{ | ||
"name": "htmldom", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "Simplified html handle in nodejs", | ||
@@ -5,0 +5,0 @@ "main": "htmldom.js", |
@@ -23,2 +23,3 @@ var REG = require('./reg'); | ||
var item; | ||
var matched; | ||
@@ -123,3 +124,3 @@ function match(reg) { | ||
} | ||
var i; | ||
var i, l; | ||
@@ -126,0 +127,0 @@ if (selector.class) { |
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
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
80071
2428