
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
is-dom-node-list
Advanced tools
A simple and fast way to get started is to include this script on your page:
<script src="https://unpkg.com/is-dom-node-list"></script>
This will create the global variable isDomNodeList
.
npm install is-dom-node-list
const isDomNodeList = require('is-dom-node-list')
import isDomNodeList from 'is-dom-node-list'
const nodeList = document.querySelectorAll('.cookies')
isDomNodeList(nodeList)
// => true
const nodeArray = Array.prototype.slice.call(nodeList)
isDomNodeList(nodeArray)
// => false
[1.2.1] - 2018-01-11
is-dom-node
dependency.FAQs
ES2015 module for type checking DOM NodeLists
The npm package is-dom-node-list receives a total of 6,534 weekly downloads. As such, is-dom-node-list popularity was classified as popular.
We found that is-dom-node-list demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.