New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mixdown-router

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixdown-router - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

5

index.js

@@ -224,6 +224,7 @@ var _ = require('lodash');

// emit page_loaded on all handler matches.
self.emit('page_loaded', routerData);
if (httpContext.url.href !== window.location.href) {
self.emit('page_loaded', routerData);
// html5-history-api should be used to support pushState with hashbangs

@@ -230,0 +231,0 @@ if(self._hasPushState) {

2

package.json
{
"name": "mixdown-router",
"version": "3.0.3",
"version": "3.0.4",
"description": "Router for mixdown.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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