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.2.0 to 6.2.1

8

index.d.ts

@@ -45,6 +45,6 @@ declare module 'connected-react-router' {

export function goForward(): CallHistoryMethodAction;
export function getAction(state): RouterActionType;
export function getHash(state): string;
export function getLocation(state): Location;
export function getSearch(state): string;
export function getAction(state: LocationState): RouterActionType;
export function getHash(state: LocationState): string;
export function getLocation(state: LocationState): Location;
export function getSearch(state: LocationState): string;

@@ -51,0 +51,0 @@ export type Push = typeof push;

{
"name": "connected-react-router",
"version": "6.2.0",
"version": "6.2.1",
"description": "A Redux binding for React Router v4",

@@ -5,0 +5,0 @@ "main": "lib/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