can-route-pushstate
Advanced tools
Comparing version 3.0.0-pre.7 to 3.0.0-pre.8
@@ -541,5 +541,6 @@ /* jshint asi:true,scripturl:true */ | ||
id: "17", | ||
route: ":type/:id" | ||
}, "articles are right") | ||
}, "articles have the right route data"); | ||
equal(iCanRoute.matched(), ":type/:id", "articles have the right matched route") | ||
equal(win.location.hash, "#references", "includes hash"); | ||
@@ -656,3 +657,3 @@ | ||
test("routed links must descend from pushstate root (#652)", 1, function () { | ||
test("routed links must descend from pushstate root (#652)", 2, function () { | ||
stop(); | ||
@@ -715,5 +716,7 @@ | ||
sub: "test", | ||
route: ":section/:sub/" | ||
}, "route's data is correct"); | ||
equal(info.route.matched(), ":section/:sub/", | ||
"route's matched property is correct"); | ||
done(); | ||
@@ -720,0 +723,0 @@ start(); |
@module {Object} can-route-pushstate | ||
@parent can-core | ||
@package ./package.json | ||
@@ -4,0 +5,0 @@ @description Changes [can-route] to use |
{ | ||
"name": "can-route-pushstate", | ||
"version": "3.0.0-pre.7", | ||
"version": "3.0.0-pre.8", | ||
"description": "Pushstate for can-route", | ||
@@ -58,3 +58,3 @@ "homepage": "https://canjs.com", | ||
"devDependencies": { | ||
"can-define": "^0.7.4", | ||
"can-define": "^0.8.1", | ||
"can-map": "^3.0.0-pre.3", | ||
@@ -67,3 +67,3 @@ "cssify": "^1.0.2", | ||
"jshint": "^2.9.1", | ||
"steal": "^0.16.0", | ||
"steal": "^0.16.38", | ||
"steal-qunit": "^0.1.1", | ||
@@ -70,0 +70,0 @@ "steal-tools": "^0.16.0", |
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
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
37474
985