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

can-dom-mutate

Package Overview
Dependencies
Maintainers
9
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-dom-mutate - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

dist/bundles/can-dom-mutate/test.css

3

-util.js

@@ -20,2 +20,5 @@ "use strict";

function contains(parent, child){
if(child && child.nodeType === Node.TEXT_NODE) {
return contains(parent, child.parentNode);
}
if(parent.contains) {

@@ -22,0 +25,0 @@ return parent.contains(child);

2

package.json
{
"name": "can-dom-mutate",
"description": "Dispatch and listen for DOM mutations",
"version": "2.0.7",
"version": "2.0.8",
"author": {

@@ -6,0 +6,0 @@ "name": "DoneJS Team",

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