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.1 to 0.0.2

11

index.js
'use strict';
/**
* It will return true if the object can be looped
* @param { * } obj - anything
* @returns { Boolean } either true or false
*/
function isIterable(obj) {
return typeof obj[Symbol.iterator] === 'function'
}
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var isIterable = _interopDefault(require('bianco.is-iterable'));
/**

@@ -13,0 +8,0 @@ * Converts any DOM node/s into a loopable array like object

{
"name": "bianco.dom-to-array",
"version": "0.0.1",
"version": "0.0.2",
"description": "Covert DOM node/s into an array like object",

@@ -38,6 +38,7 @@ "main": "index.js",

"jsdom": "9.5.0",
"jsdom-global": "2.1.0",
"bianco.is-iterable": "^0.0.1",
"rollup-plugin-node-resolve": "^2.0.0"
"jsdom-global": "2.1.0"
},
"dependencies": {
"bianco.is-iterable": "^0.0.1"
}
}
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