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

can-route

Package Overview
Dependencies
Maintainers
13
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.3.8 to 4.3.9

2

package.json
{
"name": "can-route",
"version": "4.3.8",
"version": "4.3.9",
"description": "Observable front-end application routing for CanJS.",

@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-route.html",

@@ -293,14 +293,17 @@ /* jshint asi:true */

route.data = appVM;
route.start();
appVM.bind('action', function(ev, newVal) {
strictEqual(newVal, '10');
});
route._onStartComplete = function(){
appVM.bind('action', function(ev, newVal) {
strictEqual(newVal, '10');
});
appVM.set('action', 10);
appVM.set('action', 10);
// check after 30ms to see that we only have a single call
setTimeout(function() {
teardownRouteTest();
}, 5);
// check after 30ms to see that we only have a single call
setTimeout(function() {
teardownRouteTest();
}, 5);
};
route.start();
});

@@ -307,0 +310,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