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 5.0.13 to 5.0.14

test/test-saucelabs.js

8

can-route-pushstate_test.js

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

function makeTest(mapModuleName){
var mapModuleImport = System.import(mapModuleName);
QUnit.module("can/route/pushstate with " + mapModuleName, {
beforeEach: function(assert) {
route.urlData = new RoutePushstate();
window.MAP_MODULE_NAME = mapModuleName;
return mapModuleImport.then(function(MapModule) {
route.data = new MapModule();
route.urlData = new RoutePushstate();
});
}

@@ -20,0 +24,0 @@ });

{
"name": "can-route-pushstate",
"version": "5.0.13",
"version": "5.0.14",
"description": "Pushstate for can-route",

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

"scripts": {
"ci": "npm run test && node test/test-saucelabs.js",
"http-server": "http-server -p 3000 --silent",
"preversion": "npm test",

@@ -52,2 +54,3 @@ "postpublish": "git push --tags && git push",

"docco": "^0.8.0",
"http-server": "^0.11.0",
"jshint": "^2.9.1",

@@ -57,4 +60,5 @@ "steal": "^2.1.4",

"steal-tools": "^2.0.6",
"test-saucelabs": "^0.0.6",
"testee": "^0.9.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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