Socket
Socket
Sign inDemoInstall

react-router-navigation-prompt

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-navigation-prompt - npm Package Compare versions

Comparing version 1.8.9 to 1.8.10

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## [1.8.10] - 2019-10-04
### Changed
- Flow
## [1.8.9] - 2019-10-03

@@ -9,0 +13,0 @@ ### Changed

2

package.json
{
"name": "react-router-navigation-prompt",
"version": "1.8.9",
"version": "1.8.10",
"description": "A replacement component for the react-router `<Prompt/>`. Allows for more flexible dialogs.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -15,6 +15,6 @@ /* @flow */

location: Location,
renderIfNotActive: bool,
renderIfNotActive?: bool,
when: bool | (Location, ?Location) => bool,
disableNative: bool,
allowGoBack: bool,
disableNative?: bool,
allowGoBack?: bool,
};

@@ -21,0 +21,0 @@ declare type StateT = {

Sorry, the diff of this file is not supported yet

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