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.9.1 to 1.9.6

.github/dependabot.yml

24

CHANGELOG.md

@@ -7,5 +7,27 @@ # Changelog

## [1.9.6] - 2022-02-13
### Fixed
- security fixes: run `npm audit fix --force` (updated devDeps only)
## [1.9.5] - 2022-02-13
### Fixed
- security fixes: run `npm audit fix`
### Removed
- 08ae778 remove typescript from prepublishonly
## [1.9.4] - 2022-02-10
### Fixed
- package-lock.json out-of-sync with package.json
## [1.9.3] - 2022-02-10
### Fixed
- security fixes: Run npm audix fix
## [1.9.2] - 2022-02-10
### Fixed
- security fix: Updated package-lock.json and yarn.lock. Read more: https://github.com/ZacharyRSmith/react-router-navigation-prompt/pull/82
## [1.9.1] - 2021-09-18
### Fixed
- security fix: Updated package-lock.json and yarn.lock. Read more: https://github.com/ZacharyRSmith/react-router-navigation-prompt/pull/8
- security fix: Updated package-lock.json and yarn.lock. Read more: https://github.com/ZacharyRSmith/react-router-navigation-prompt/pull/80

@@ -12,0 +34,0 @@ ## [1.9.0] - 2021-09-18

14

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

@@ -10,3 +10,3 @@ "scripts": {

"lint": "eslint --ext .js --fix src/",
"prepare": "npm run lint; npm run flow; npm run typescript; npm run build",
"prepublishonly": "npm install; npm run lint; npm run flow; npm run build",
"test": "concurrently -k \"npm run test-server\" \"npm run testcafe\"",

@@ -55,4 +55,4 @@ "test-server": "webpack-dev-server --config ./test/webpack.config.js",

"concurrently": "^3.5.1",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^4.19.1",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.9.0",
"eslint-config-google": "^0.9.1",

@@ -68,7 +68,7 @@ "eslint-plugin-flowtype": "^2.46.3",

"react-router-dom": "^4.2.2",
"testcafe": "0.17.2",
"testcafe": "^1.18.3",
"typescript": "^3.1.1",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.2"
"webpack": "^5.68.0",
"webpack-dev-server": "^4.7.4"
}
}
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