Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-route

Package Overview
Dependencies
Maintainers
15
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-route - npm Package Compare versions

Comparing version 4.4.5 to 4.4.6

test/test-ie.html

2

package.json
{
"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
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc