Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bianco.query

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bianco.query - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

index.js

@@ -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": {

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