Socket
Socket
Sign inDemoInstall

min-document

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

min-document - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

3

document.js

@@ -77,3 +77,4 @@ var domWalk = require("dom-walk")

domWalk(parent, function (node) {
var classes = node.className.split(" ")
var className = node.className || ""
var classes = className.split(" ")

@@ -80,0 +81,0 @@ if (classes.indexOf(classNames) !== -1) {

{
"name": "min-document",
"version": "2.9.0",
"version": "2.9.1",
"description": "A minimal DOM implementation",

@@ -5,0 +5,0 @@ "keywords": [],

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