bianco.query
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -9,3 +9,3 @@ 'use strict'; | ||
* Simple helper to find DOM nodes returning them as array like loopable object | ||
* @param { String|DOMNodeList } selector - either the query or the DOM nodes to arraify | ||
* @param { string|DOMNodeList } selector - either the query or the DOM nodes to arraify | ||
* @param { HTMLElement } ctx - context defining where the query will search for the DOM nodes | ||
@@ -12,0 +12,0 @@ * @returns { Array } DOM nodes found as array |
@@ -5,3 +5,3 @@ import domToArray from 'bianco.dom-to-array' | ||
* Simple helper to find DOM nodes returning them as array like loopable object | ||
* @param { String|DOMNodeList } selector - either the query or the DOM nodes to arraify | ||
* @param { string|DOMNodeList } selector - either the query or the DOM nodes to arraify | ||
* @param { HTMLElement } ctx - context defining where the query will search for the DOM nodes | ||
@@ -8,0 +8,0 @@ * @returns { Array } DOM nodes found as array |
{ | ||
"name": "bianco.query", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Modern DOM query selectors helpers written in es2015", | ||
@@ -39,4 +39,9 @@ "main": "index.js", | ||
"devDependencies": { | ||
"jsdom": "11.7.0", | ||
"jsdom-global": "3.0.2" | ||
"@gianlucaguarini/eslint-config": "^2.0.0", | ||
"eslint": "^4.19.1", | ||
"jsdom": "11.11.0", | ||
"jsdom-global": "3.0.2", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.59.4", | ||
"rollup-plugin-node-resolve": "^3.3.0" | ||
}, | ||
@@ -43,0 +48,0 @@ "dependencies": { |
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
5344
7