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

bianco.dom-to-array

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

bianco.dom-to-array - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

index.js

@@ -12,3 +12,4 @@ 'use strict';

// is it a node list?
if (els.length)
// watch out window.length exists and must be filtered
if (els !== window && els.length)
return Array.from(els)

@@ -15,0 +16,0 @@ else

@@ -10,3 +10,4 @@ /**

// is it a node list?
if (els.length)
// watch out window.length exists and must be filtered
if (els !== window && els.length)
return Array.from(els)

@@ -13,0 +14,0 @@ else

{
"name": "bianco.dom-to-array",
"version": "0.0.6",
"version": "0.0.7",
"description": "Converts any DOM node/s to a loopable array",

@@ -5,0 +5,0 @@ "main": "index.js",

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