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

can-map

Package Overview
Dependencies
Maintainers
14
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-map - npm Package Compare versions

Comparing version 4.3.9 to 4.3.10

bubble_test.js

6

bubble.js

@@ -147,3 +147,5 @@ "use strict";

events: function(map, boundEventName) {
return map.constructor._bubbleRule(boundEventName, map);
if (map && !canReflect.isFunctionLike(map)) {
return map.constructor._bubbleRule(boundEventName, map);
}
},

@@ -194,3 +196,3 @@

parent._each(function (child, prop) {
if (child && child.bind) {
if (child && !canReflect.isFunctionLike(child) && canReflect.isMapLike(child)) {
bubble.toParent(child, parent, prop, eventName);

@@ -197,0 +199,0 @@ }

{
"name": "can-map",
"version": "4.3.9",
"version": "4.3.10",
"description": "Observable Objects",

@@ -5,0 +5,0 @@ "homepage": "http://canjs.com",

import '../can-map_test';
import '../bubble_test';
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