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

can-route-pushstate

Package Overview
Dependencies
Maintainers
14
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-route-pushstate - npm Package Compare versions

Comparing version 5.0.10 to 5.0.11

test/test-ie.html

12

can-route-pushstate_test.js

@@ -480,5 +480,7 @@ /* jshint asi:true,scripturl:true */

a.setAttribute("href", "/books/40");
document.getElementById("qunit-fixture").appendChild(a);
var event = document.createEvent('HTMLEvents');
event.initEvent('click', true, true);
globals.setKeyValue('isNode', true);

@@ -491,3 +493,3 @@

globals.setKeyValue('isNode', isNode);
});

@@ -501,3 +503,3 @@

route.register("{type}/{id}");
var a = document.createElementNS("http://www.w3.org/1999/xlink", "a");

@@ -507,3 +509,3 @@ var event = document.createEvent('HTMLEvents');

event.initEvent('click', true, true);
globals.setKeyValue('isNode', true);

@@ -516,5 +518,5 @@

globals.setKeyValue('isNode', isNode);
});
}
{
"name": "can-route-pushstate",
"version": "5.0.10",
"version": "5.0.11",
"description": "Pushstate for can-route",

@@ -51,2 +51,3 @@ "homepage": "https://canjs.com/doc/can-route-pushstate.html",

"docco": "^0.8.0",
"highlight.js": "9.12.0",
"jshint": "^2.9.1",

@@ -56,4 +57,4 @@ "steal": "^2.1.4",

"steal-tools": "^2.0.6",
"testee": "^0.8.0"
"testee": "^0.9.0"
}
}
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