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

can-map

Package Overview
Dependencies
Maintainers
3
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 3.0.0-pre.8 to 3.0.0-pre.9

6

can-map.js

@@ -526,3 +526,3 @@ /* jshint -W079 */

if(bubble.isBubbling(this, "change")) {
canBatch.trigger.call(this, {
canEvent.dispatch.call(this, {
type: "change",

@@ -535,3 +535,3 @@ target: this,

canBatch.trigger.call(this, {
canEvent.dispatch.call(this, {
type: attr,

@@ -543,3 +543,3 @@ target: this,

if(how === "remove" || how === "add") {
canBatch.trigger.call(this, {
canEvent.dispatch.call(this, {
type: "__keys",

@@ -546,0 +546,0 @@ target: this,

{
"name": "can-map",
"version": "3.0.0-pre.8",
"version": "3.0.0-pre.9",
"description": "Observable Objects",

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

"dependencies": {
"can-construct": "^3.0.0-pre.1",
"can-event": "^3.0.0-pre.1",
"can-observation": "^3.0.0-pre.0",
"can-construct": "^3.0.0-pre.8",
"can-event": "^3.0.0-pre.9",
"can-observation": "^3.0.0-pre.11",
"can-util": "^3.0.0-pre.21"

@@ -59,5 +59,5 @@ },

"cssify": "^1.0.2",
"steal": "^0.16.0",
"steal": "^0.16.35",
"steal-qunit": "^0.1.1",
"steal-tools": "^0.16.0",
"steal-tools": "^0.16.8",
"testee": "^0.2.4",

@@ -64,0 +64,0 @@ "generator-donejs": "^0.9.0",

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