can-observe-info
Advanced tools
Comparing version 3.0.0-pre.2 to 3.0.0-pre.3
{ | ||
"name": "can-observe-info", | ||
"version": "3.0.0-pre.2", | ||
"version": "3.0.0-pre.3", | ||
"description": "Core observable indicators", | ||
@@ -58,3 +58,3 @@ "homepage": "http://canjs.com", | ||
"dependencies": { | ||
"can-util": "^3.0.0-pre.1", | ||
"can-util": "^3.0.0-pre.5", | ||
"can-event": "^3.0.0-pre.1" | ||
@@ -61,0 +61,0 @@ }, |
@@ -114,3 +114,3 @@ var ObserveInfo = require('can-observe-info'); | ||
test: function(value, i, reads, options){ | ||
return types.isCallableForValue(value); | ||
return types.isCallableForValue(value) && !types.isCompute(value); | ||
}, | ||
@@ -134,4 +134,3 @@ read: function(value, i, reads, options, state, prev){ | ||
test: function(value, i, reads, options){ | ||
return value && value.isComputed && !isAt(i, reads); | ||
return types.isCompute(value) && !isAt(i, reads); | ||
}, | ||
@@ -138,0 +137,0 @@ read: function(value, i, reads, options, state){ |
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
26020
0
Updatedcan-util@^3.0.0-pre.5