Comparing version 1.0.1 to 1.1.0
@@ -11,3 +11,4 @@ module.exports = one; | ||
parent || (parent = document); | ||
return parent.querySelectorAll(selector); | ||
var selection = parent.querySelectorAll(selector); | ||
return Array.prototype.slice.call(selection); | ||
} |
{ | ||
"name": "dom-select", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "DOM Selector Library With Fallback Support", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1115
11
0