replace-in-file
Advanced tools
Comparing version 3.4.0 to 3.4.2
{ | ||
"name": "replace-in-file", | ||
"version": "3.4.0", | ||
"version": "3.4.2", | ||
"description": "A simple utility to quickly replace text in one or more files.", | ||
@@ -34,5 +34,5 @@ "homepage": "https://github.com/adamreisnz/replace-in-file#readme", | ||
"dependencies": { | ||
"chalk": "^2.3.2", | ||
"chalk": "^2.4.1", | ||
"glob": "^7.1.2", | ||
"yargs": "^11.0.0" | ||
"yargs": "^12.0.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
@@ -249,2 +249,4 @@ # Replace in file | ||
Please note that there is an [open issue with Glob](https://github.com/isaacs/node-glob/issues/309) that causes ignored patterns to be ignored when using a `./` prefix in your files glob. To work around this, simply remove the prefix, e.g. use `**/*` instead of `./**/*`. | ||
### Allow empty/invalid paths | ||
@@ -251,0 +253,0 @@ If set to true, empty or invalid paths will fail silently and no error will be thrown. For asynchronous replacement only. Defaults to `false`. |
Sorry, the diff of this file is not supported yet
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
136729
336
+ Addedcamelcase@5.3.1(transitive)
+ Addedfind-up@3.0.0(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedy18n@4.0.3(transitive)
+ Addedyargs@12.0.5(transitive)
+ Addedyargs-parser@11.1.1(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedy18n@3.2.2(transitive)
- Removedyargs@11.1.1(transitive)
- Removedyargs-parser@9.0.2(transitive)
Updatedchalk@^2.4.1
Updatedyargs@^12.0.1