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

rootr

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rootr - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/location.js

@@ -25,7 +25,7 @@ 'use strict';

var store = createStore('location', function () {
var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
var action = arguments[1];
if (!state.pathname) return readLocation();
if (!state) return readLocation();

@@ -32,0 +32,0 @@ switch (action.type) {

{
"name": "rootr",
"version": "0.0.4",
"version": "0.0.5",
"description": "Router for single page app.",

@@ -39,7 +39,7 @@ "repository": {

"peerDependencies": {
"fluxury": "3.0.0"
},
"dependencies": {
"fluxury": "3.0.0",
"formula": "^2.1.6"
}
}
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