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

can-route-pushstate

Package Overview
Dependencies
Maintainers
15
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 6.0.0-pre.0 to 6.0.0

6

package.json
{
"name": "can-route-pushstate",
"version": "6.0.0-pre.0",
"version": "6.0.0",
"description": "Pushstate for can-route",

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

"can-reflect": "^1.8.0",
"can-route": "^5.0.0-pre.0",
"can-route": "^5.0.0",
"can-simple-observable": "^2.0.0",

@@ -51,3 +51,3 @@ "can-symbol": "^1.6.3"

"can-map": "^4.0.0",
"can-observable-object": "^1.0.0-pre.3",
"can-observable-object": "^1.0.0",
"can-queues": "^1.2.1",

@@ -54,0 +54,0 @@ "detect-cyclic-packages": "^1.1.0",

@@ -8,3 +8,3 @@ /*jshint scripturl:true*/

module.exports.makeTest = function(mapModuleName) {
QUnit.module("can/route/pushstate with " + mapModuleName, {
QUnit.module("can-route-pushstate with " + mapModuleName, {
beforeEach: function() {

@@ -11,0 +11,0 @@ route.urlData = new RoutePushstate();

@@ -10,3 +10,3 @@ /* jshint asi:true,scripturl:true */

QUnit.module("can/route/pushstate with " + mapModuleName, {
QUnit.module("can-route-pushstate with " + mapModuleName, {
beforeEach: function(assert) {

@@ -13,0 +13,0 @@ return mapModuleImport.then(function(MapModule) {

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