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

can-dom-mutate

Package Overview
Dependencies
Maintainers
7
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 1.3.4 to 1.3.5

7

can-dom-mutate.js

@@ -199,6 +199,5 @@ 'use strict';

// all of the global constructors will not exist
// (typeof "unkown"???). If this happens before a
// a tree mutation is handled, this will throw an
// `Object expected` error. This prevents that error.
if (typeof Set === "unknown") { return; }
// If this happens before a tree mutation is handled,
// this will throw an `Object expected` error.
if (typeof Set === "undefined") { return; }

@@ -205,0 +204,0 @@ var mutationCount = mutations.length;

{
"name": "can-dom-mutate",
"description": "Dispatch and listen for DOM mutations",
"version": "1.3.4",
"version": "1.3.5",
"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