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

can-map

Package Overview
Dependencies
Maintainers
12
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.3 to 4.3.4

2

can-map.js

@@ -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)
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