Comparing version 3.0.7 to 3.1.0-pre.2
@@ -262,7 +262,7 @@ /* jshint asi:true */ | ||
equal(map.__bindEvents._lifecycleBindings, 1, 'The number of bindings is correct'); | ||
equal(map._bindings, 1, 'The number of bindings is correct'); | ||
map.off('undefined_property'); | ||
equal(map.__bindEvents._lifecycleBindings, 1, 'The number of bindings is still correct'); | ||
equal(map._bindings, 1, 'The number of bindings is still correct'); | ||
}); | ||
@@ -269,0 +269,0 @@ |
{ | ||
"name": "can-map", | ||
"version": "3.0.7", | ||
"version": "3.1.0-pre.2", | ||
"description": "Observable Objects", | ||
@@ -14,6 +14,7 @@ "homepage": "http://canjs.com", | ||
"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", | ||
"postversion": "git push --tags && git checkout can-reflect && git branch -D release && git push origin can-reflect", | ||
"testee": "testee test/test.html --browsers firefox", | ||
"test": "npm run jshint && npm run testee", | ||
"jshint": "jshint ./*.js --config", | ||
"release:pre": "npm version prerelease && npm publish --tag pre", | ||
"release:patch": "npm version patch && npm publish", | ||
@@ -24,4 +25,3 @@ "release:minor": "npm version minor && npm publish", | ||
"document": "bit-docs", | ||
"develop": "done-serve --static --develop --port 8080", | ||
"release:pre": "npm version prerelease && npm publish" | ||
"develop": "done-serve --static --develop --port 8080" | ||
}, | ||
@@ -41,7 +41,7 @@ "main": "can-map", | ||
"can-cid": "^1.0.0", | ||
"can-compute": "^3.0.8", | ||
"can-compute": "^3.1.0-pre.1", | ||
"can-construct": "^3.0.0", | ||
"can-event": "^3.3.0", | ||
"can-event": "^3.0.1", | ||
"can-namespace": "^1.0.0", | ||
"can-observation": "^3.0.1", | ||
"can-observation": "^3.2.0-pre.3", | ||
"can-types": "^1.0.1", | ||
@@ -48,0 +48,0 @@ "can-util": "^3.2.2" |
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
72220
26
1349
1
Updatedcan-compute@^3.1.0-pre.1
Updatedcan-event@^3.0.1
Updatedcan-observation@^3.2.0-pre.3