can-route
Advanced tools
Comparing version 4.4.5 to 4.4.6
{ | ||
"name": "can-route", | ||
"version": "4.4.5", | ||
"version": "4.4.6", | ||
"description": "Observable front-end application routing for CanJS.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-route.html", |
@@ -18,2 +18,3 @@ /* jshint asi:true */ | ||
setup: function () { | ||
canRoute.routes = {}; | ||
canRoute._teardown(); | ||
@@ -20,0 +21,0 @@ canRoute.urlData = canRoute.bindings.hashchange |
@@ -10,10 +10,3 @@ 'use strict'; | ||
// https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities | ||
var platforms = [/*{ | ||
browserName: 'internet explorer', | ||
platform: 'Windows 10', | ||
version: '11.0', | ||
maxDuration: maxDuration, | ||
commandTimeout: commandTimeout, | ||
idleTimeout: idleTimeout | ||
}, */{ | ||
var platforms = [{ | ||
browserName: 'safari', | ||
@@ -56,8 +49,20 @@ platform: 'OS X 10.13', | ||
var url = 'http://localhost:3000/test/test.html?hidepassed'; | ||
testSauceLabs({ | ||
urls: [{ name: "can-route", url : url }], | ||
platforms: platforms, | ||
urls: [{ | ||
name: 'can-route', | ||
url: 'http://localhost:3000/test/test-ie.html?hidepassed', | ||
platforms: [{ | ||
browserName: 'internet explorer', | ||
platform: 'Windows 10', | ||
version: '11.0', | ||
maxDuration: maxDuration, | ||
commandTimeout: commandTimeout, | ||
idleTimeout: idleTimeout | ||
}] | ||
}, { | ||
name: 'can-route', | ||
url: 'http://localhost:3000/test/test.html?hidepassed', | ||
platforms: platforms | ||
}], | ||
zeroAssertionsPass: false | ||
}); |
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
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
116431
51
2419
0