can-view-callbacks
Advanced tools
Comparing version 3.2.2 to 4.0.0-pre.1
@@ -1,2 +0,2 @@ | ||
var Observation = require('can-observation'); | ||
var ObservationRecorder = require('can-observation-recorder'); | ||
@@ -49,3 +49,3 @@ var dev = require('can-util/js/dev/dev'); | ||
//!steal-remove-end | ||
return cb; | ||
@@ -114,3 +114,3 @@ } | ||
if(tagCallback) { | ||
res = Observation.ignore(tagCallback)(el, tagData); | ||
res = ObservationRecorder.ignore(tagCallback)(el, tagData); | ||
} else { | ||
@@ -117,0 +117,0 @@ res = scope; |
{ | ||
"name": "can-view-callbacks", | ||
"version": "3.2.2", | ||
"version": "4.0.0-pre.1", | ||
"description": "Registered callbacks for behaviors", | ||
@@ -16,7 +16,6 @@ "homepage": "http://canjs.com", | ||
"scripts": { | ||
"preversion": "npm test && npm run build", | ||
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/", | ||
"postversion": "git push --tags && git checkout master && git branch -D release && git push", | ||
"preversion": "npm test", | ||
"postpublish": "git push --tags && git push", | ||
"testee": "testee test/test.html --browsers firefox", | ||
"test": "npm run jshint && npm run testee", | ||
"test": "npm run detect-cycle && npm run jshint && npm run testee", | ||
"jshint": "jshint ./*.js --config", | ||
@@ -28,3 +27,4 @@ "release:pre": "npm version prerelease && npm publish --tag pre", | ||
"build": "node build.js", | ||
"develop": "done-serve --static --develop --port 8080" | ||
"develop": "done-serve --static --develop --port 8080", | ||
"detect-cycle": "detect-cyclic-packages --ignore done-serve" | ||
}, | ||
@@ -44,6 +44,7 @@ "main": "can-view-callbacks", | ||
"can-namespace": "1.0.0", | ||
"can-observation": "^3.3.1", | ||
"can-observation-recorder": "^0.1.0", | ||
"can-util": "^3.9.5" | ||
}, | ||
"devDependencies": { | ||
"detect-cyclic-packages": "^1.1.0", | ||
"done-serve": "^1.2.0", | ||
@@ -50,0 +51,0 @@ "jshint": "^2.9.1", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
0
26331
7
15
152
1
+ Addedcan-observation-recorder@0.1.3(transitive)
- Removedcan-observation@^3.3.1
- Removedcan-event@3.7.7(transitive)
- Removedcan-observation@3.3.6(transitive)