New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

can-attribute-observable

Package Overview
Dependencies
Maintainers
10
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-attribute-observable - npm Package Compare versions

Comparing version 2.0.0-pre.0 to 2.0.0-pre.1

8

behaviors.js

@@ -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",

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