react-router-navigation-prompt
Advanced tools
Comparing version 1.9.1 to 1.9.6
@@ -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 |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
230086
30