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.6 to 2.0.7

2

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

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

@@ -307,2 +307,3 @@ var unit = require('steal-qunit');

test("Works with no document", function(assert) {
var lastDoc = globals.getKeyValue("document");
try {

@@ -313,2 +314,4 @@ globals.setKeyValue("document", null);

assert.ok(false, e.message);
} finally {
globals.setKeyValue("document", lastDoc);
}

@@ -315,0 +318,0 @@ });

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