Comparing version 4.3.3 to 4.3.4
@@ -537,3 +537,3 @@ "use strict"; | ||
if ( types.isMapLike(curVal) && mapHelpers.canMakeObserve(newVal) ) { | ||
if ( canReflect.isObservableLike(curVal) && canReflect.isMapLike(curVal) && mapHelpers.canMakeObserve(newVal) ) { | ||
if(remove === true) { | ||
@@ -540,0 +540,0 @@ canReflect.updateDeep(curVal, newVal); |
{ | ||
"name": "can-map", | ||
"version": "4.3.3", | ||
"version": "4.3.4", | ||
"description": "Observable Objects", | ||
@@ -58,5 +58,5 @@ "homepage": "http://canjs.com", | ||
"jshint": "^2.9.1", | ||
"steal": "^1.2.9", | ||
"steal": "^2.1.3", | ||
"steal-qunit": "^1.0.1", | ||
"steal-tools": "^1.1.2", | ||
"steal-tools": "^2.0.4", | ||
"testee": "^0.8.0" | ||
@@ -63,0 +63,0 @@ }, |
# can-map | ||
[![Join the chat at https://gitter.im/canjs/canjs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/canjs/canjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/canjs/can-map/blob/master/LICENSE.md) | ||
[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-map/blob/master/LICENSE.md) | ||
[![npm version](https://badge.fury.io/js/can-map.svg)](https://www.npmjs.com/package/can-map) | ||
@@ -13,3 +14,3 @@ [![Travis build status](https://travis-ci.org/canjs/can-map.svg?branch=master)](https://travis-ci.org/canjs/can-map) | ||
Read the [API docs on CanJS.com](https://canjs.com/doc/can-map.html). | ||
Read the [can-map API docs on CanJS.com](https://canjs.com/doc/can-map.html). | ||
@@ -27,2 +28,1 @@ ## Changelog | ||
[MIT](https://github.com/canjs/can-map/blob/master/LICENSE.md) | ||
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
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
83492