can-attribute-observable
Advanced tools
Comparing version 2.0.0-pre.0 to 2.0.0-pre.1
@@ -239,4 +239,4 @@ 'use strict'; | ||
if (!docEl.contains(element)) { | ||
var insertionDisposal = domMutate.onNodeInsertion(element, function () { | ||
insertionDisposal(); | ||
var connectionDisposal = domMutate.onNodeConnected(element, function () { | ||
connectionDisposal(); | ||
focusTask(); | ||
@@ -373,4 +373,4 @@ }); | ||
var select = this; | ||
var insertionDisposal = domMutate.onNodeInsertion(select, function () { | ||
insertionDisposal(); | ||
var connectionDisposal = domMutate.onNodeConnected(select, function () { | ||
connectionDisposal(); | ||
setChildOptions(select, value === null ? value : select.value); | ||
@@ -377,0 +377,0 @@ }); |
{ | ||
"name": "can-attribute-observable", | ||
"version": "2.0.0-pre.0", | ||
"version": "2.0.0-pre.1", | ||
"description": "Create observables from HTML attributes.", | ||
@@ -5,0 +5,0 @@ "main": "can-attribute-observable", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
48202
0