can-map-define
Advanced tools
Comparing version 3.0.9 to 3.1.0-pre.0
{ | ||
"name": "can-map-define", | ||
"version": "3.0.9", | ||
"version": "3.1.0-pre.0", | ||
"description": "Define rich attribute behavior", | ||
@@ -18,7 +18,7 @@ "homepage": "https://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", | ||
"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", | ||
"release:pre": "npm version prerelease && npm publish --tag=pre", | ||
"release:patch": "npm version patch && npm publish", | ||
@@ -39,6 +39,6 @@ "release:minor": "npm version minor && npm publish", | ||
"dependencies": { | ||
"can-compute": "^3.0.4", | ||
"can-compute": "^3.1.0-pre.9", | ||
"can-event": "^3.0.1", | ||
"can-list": "^3.0.3", | ||
"can-map": "^3.0.3", | ||
"can-list": "^3.1.0-pre.9", | ||
"can-map": "^3.1.0-pre.10", | ||
"can-util": "^3.0.13" | ||
@@ -48,7 +48,5 @@ }, | ||
"bit-docs": "0.0.7", | ||
"can-component": "^3.0.3", | ||
"can-fixture": "^1.0.10", | ||
"can-model": "^3.0.0-pre.1", | ||
"can-route": "^3.0.5", | ||
"can-stache": "^3.0.13", | ||
"can-component": "^3.1.0-pre.0", | ||
"can-route": "^3.1.0-pre.2", | ||
"can-stache": "^3.1.0-pre.4", | ||
"done-serve": "^0.2.5", | ||
@@ -55,0 +53,0 @@ "donejs-cli": "^0.9.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
12
0
75066
1
Updatedcan-compute@^3.1.0-pre.9
Updatedcan-list@^3.1.0-pre.9
Updatedcan-map@^3.1.0-pre.10