Socket
Socket
Sign inDemoInstall

connected-react-router

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connected-react-router - npm Package Compare versions

Comparing version 6.6.0 to 6.6.1

6

esm/reducer.js

@@ -20,8 +20,4 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); }

var injectQuery = function injectQuery(location) {
if (!location) {
return location;
}
var searchQuery = location && location.search;
var searchQuery = location.search || window.location.search;
if (typeof searchQuery !== 'string' || searchQuery.length === 0) {

@@ -28,0 +24,0 @@ return _objectSpread({}, location, {

@@ -27,8 +27,4 @@ "use strict";

var injectQuery = function injectQuery(location) {
if (!location) {
return location;
}
var searchQuery = location && location.search;
var searchQuery = location.search || window.location.search;
if (typeof searchQuery !== 'string' || searchQuery.length === 0) {

@@ -35,0 +31,0 @@ return _objectSpread({}, location, {

2

package.json
{
"name": "connected-react-router",
"version": "6.6.0",
"version": "6.6.1",
"description": "A Redux binding for React Router v4 and v5",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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