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

can-route-pushstate

Package Overview
Dependencies
Maintainers
5
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 3.0.0-pre.7 to 3.0.0-pre.8

11

can-route-pushstate_test.js

@@ -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",

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