Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.5.2 to 1.5.3

6

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

@@ -34,4 +34,4 @@ "scripts": {

"homepage": "https://github.com/ZacharyRSmith/react-router-navigation-prompt#readme",
"dependencies": {
"react": "^16.0.0",
"peerDependencies": {
"react": ">= 15",
"react-router-dom": "^4.2.2"

@@ -38,0 +38,0 @@ },

@@ -26,4 +26,5 @@ const path = require('path');

externals: {
'react': 'commonjs react' // this line is just to use the React dependency of our parent-testing-project instead of using our own React.
'react': 'commonjs react',
'react-router-dom': 'commonjs react-router-dom'
}
};

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